The event emitter that registered this subscription
The subscriber that controls this subscription
Function to invoke when the specified event is emitted
Optional context object to use when invoking the listener
the subscriber that controls this subscription.
Removes this subscription from the emitter that registered it.
Note: we're overriding the remove()
method of EventSubscription here
but deliberately not calling super.remove()
as the responsibility
for removing the subscription lies with the EventEmitter.
Generated using TypeDoc
EmitterSubscription represents a subscription with listener and context data.