events/listener library

Classes

EventListener
Listener is one who listen for specific event. Listener register for notification with EventEmitter Once the listener is registered, a Listener interface is returned back to the caller. Caller can use this Listener interface to cancel the registration or check the state.

Typedefs

CancelEvent = void Function()
Handler for cancelling the event registration.