Internal use only.
Returns the name of this event.
Associates a callback function with this event. The provided function will be executed when the event is invoked.
The function to execute when this event is triggered
Internal use only.
Executes the callback function associated with this event. Does nothing if no callback has been bound.
Internal use only.
Optionalcallback: () => voidInternal use only.
Internal use only.
Internal use only.
Protectedsuper
Returns the callback of this event.