Events
Summary
Methods
Methods
Subscribe
Subscribe(eventName: string, callback: callable): Event
Parameters
| Name |
Type |
Description |
| eventName |
string |
|
| callback |
callable |
|
Returns
Subscribe
Subscribe(eventName: string, context: any, callback: callable): Event
Parameters
| Name |
Type |
Description |
| eventName |
string |
|
| context |
any |
|
| callback |
callable |
|
Returns
Dispatch
Dispatch(eventName: string, …args: any)
Parameters
| Name |
Type |
Description |
| eventName |
string |
|
| …args |
any |
|
DispatchLocal
DispatchLocal(eventName: string, …args: any)
Parameters
| Name |
Type |
Description |
| eventName |
string |
|
| …args |
any |
|
Unsubscribe
Unsubscribe()
Unsubscribe
Unsubscribe(eventName: string)
Parameters
| Name |
Type |
Description |
| eventName |
string |
|