Register an event to be subscribed.
A caller's context.
An event.
A listener to receive data of the given event.
Remove a listener matched with the event.
A caller's context.
An event to search.
A listener to be removed.
Remove all listeners matched with the event. If the event is not set, then call listeners which are registered by the context will be removed.
A caller's context.
An event to be removed. If it is not set, then all listeners which are registered by the context will be removed.
Send an event to subscriber.
A caller's context.
An event.
A data set of key and value pair.
Generated using TypeDoc
An interface to communicate with another component.
1