Clears all events.
Unsubscribes the callback function from the given event name.
True if the event was successfully unsubscribed, otherwise false
Subscribes the callback function to the given event name.
The id of the event
Subscribes the callback function to the given event name for one time.
Triggers all the callbacks subscribed to the given name.
Generated using TypeDoc
The 'Events' is the class for creating event listeners.