Extends
- EventDispatcher
Constructor
new EventChannel(_id)
Eventchannel use to Publish event to Channel subscriber
It also known as PubSub
Parameters:
Name | Type | Description |
---|---|---|
_id |
String | EventChannel ID |
- Source:
Example
EventBroadCaster.navEventChannel.dispatchEvent(navEvent);