The type of event data that will be emitted.
Emits an instance of the event, ensuring that all subscribed listeners are invoked.
The event data.
Unsubscribes a listener from the event.
A previously subscribed TypedEventListener.
Subsribes a listener for the event.
The TypedEventListener that will be subscribed to the event.
A DiposeTypedEventCallback that can be invoked to unsubscribe listener
from this event.
Subscribes a listener to receive a single instance of the event.
The TypedEventListener that will be invoked when the event is emitted.
Generated using TypeDoc
Represents a typed event.