Get the number of listeners currently subscribed to the event.
Number of listeners currently subscribed to the event.
Add an event listener.
A convenience function which removes this event listener when called
Raises the event by calling each registered listener with all supplied arguments.
Remove an event listener.
True if the listener was removed; false if the listener and scope are not registered with the event.
Generated using TypeDoc
Provides the ability raise and subscribe to an event.