The Listeners that only runs once.
The singleton.
Fire the event.
The event name.
The arguments to pass to the listeners.
Get all the even names currently listened to.
Determine whether listeners exists.
only check for listeners for the given event
only check for listeners that match this given listener
Get the number of listeners registered.
only count the listeners for the given event
Remove the the listeners.
only remove listeners for the given event
only remove the event listener that match the given listener.
Bind the event listener.
Bind the event listener that should only run once.
Bind the event and to the front of the stack.
Bind the event that only runs once to the front of the stack.
Get the singleton.
Generated using TypeDoc
The Listeners that always run.