Interface representing a subscriber to an event emitter.
Subscribers implementing this interface can subscribe to an event emitter and handle multiple types of events.
Subscribes to an event emitter to handle various events.
The event emitter to subscribe to.
Interface representing a subscriber to an event emitter.
Subscribers implementing this interface can subscribe to an event emitter and handle multiple types of events.