The expected type of a listener function for a particular event.
Type parameters:
E
TypedEventEmitter
A
T
The expected type of a listener function for a particular event.
Type parameters:
E
- List of all events emitted by theTypedEventEmitter
. Normally an enum type.A
- A type providing mappings from event names to listener types.T
- The name of the actual event that this listener is for. Normally one of the types inE
or EventEmitterEvents.