A simple event dispatcher with typed event types, see IEventDispatcher.
Adds a listener to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Fire an event type.
A simple event interface with typed event types.
Optional
Checks if listener is added to an event type.
Removes a listener from an event type.
The type of the listener that gets removed.
The listener function that gets removed.
A simple event dispatcher with typed event types, see IEventDispatcher.