Adds a listener to receive notifications for this event.
the listener reference to add.
Gets all subscribed listeners.
a list of listeners.
Gets the event name.
the name of the event.
Notifies the component about occured event.
(optional) transaction id to trace execution through call chain.
notification arguments.
Removes a listener, so that it no longer receives notifications for this event.
the listener reference to remove.
Generated using TypeDoc
An interface for Events, which are part of the Command design pattern. Events allows to send asynchronious notifications to multiple subscribed listeners.
IEventListener