Whether the constructor should call the attachSelf function. If false, doAttachSelf should be called in constructor.
An array of callbacks per event name
Function that calls the EventPropagatorAttachFunction.
Detach from all EventListeners.
Dispatch an event.
Dispose of all listeners. Should be called before the instance is garbage collected.
Function that calls the attachSelf function. Should be called in constructor.
Detach an event listener from an event.
Attach an event listener to an event.
Attach an event listener to an event, but only once.
Generated using TypeDoc
Class that attaches to EventListener and listens to its events only throughout its lifetime.