Event emitter.
Type of the event sender
Type of the event argument
Returns the number of subscriptions.
Clears all the subscriptions.
Checks if the event has a subscription for the specified handler.
The event handler.
Subscribes to the event only once.
The event handler that is called when the event is dispatched.
A function that unsubscribes the event handler from the event.
Subscribe to the event.
Function that unsubscribes the event handler from the event.
Unsubscribe from the event.
The event handler that will be unsubsribed from the event.
Event emitter.