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.
Adds a listener function to an event emitter.
Returns a disposable object that should be disposed when not needed anymore.
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.
Event emitter class that handles typed events.
TypedEvent