Private
#m_Protected
m_Private
_refreshRest
...elements: N[]stop listening to an event
callback to remove (must be the same as in on )
listen for an event
callback to call
handle an event one time
Promise if callback is null
take care with that because if the event is never fired and you await it, the system may overflow
callback to call when event is signaled
remove the previous default handler installed for an event
event name
callback handler to remove (must be the same as in setDefaultHandler)
set the event default handler
name of the event
callback to call when the event is not handled (and preventDeault has not been called)
start a new timer
timer name
time out in ms
if true this is an auto repeat timer
if !null, the callback to call else a EvTimer is fired
Generated using TypeDoc
BaseComponent class