Tells whether the given events are currently registered on another-side channel or not.
Event names to search.
Return true if the given events are registered all on another-side channel, otherwise false.
Register a listener to receive the given event which is sent from another-side channel.
An event name.
A listener to receive the given event.
Remove a listener matched with the event name.
An event name to search.
A listener to remove.
Remove all listeners matched with the event name.
An event name to remove.
Send an event to another-side channel by the string name.
An event name.
Any parameters which are sent.
Generated using TypeDoc
An interface to communicate with another component.
1