Calls the registered event handler listener functions on after the other. The order in which the functions are called is not defined.
The typed event parameter that will be provided to each listener.
Pipes another event emitter to this event emitter.
Event emitter that is called after this event emitter.
Returns a disposable object that should be disposed when not needed anymore.
Removes all listeners from an event emitter.
Event emitter class that handles typed events.
TypedEvent