The EventList is a class that can be used to create a list of event listeners that can be invoked
Optional
Readonly
checked during instantiate to create a new instance
If the event is currently being invoked
How many callback methods are subscribed to this event
Add a new event listener to this event
Invoke all the methods that are subscribed to this event
Rest
set an event target to try invoke the EventTarget dispatchEvent when this EventList is invoked
Static
Generated using TypeDoc
The EventList is a class that can be used to create a list of event listeners that can be invoked