Namespaces
notifyEvent
function notifyEvent(
object: Object,
name: string,
data?: any): void;Defined in: trace/index.d.ts:90
Notifies all the attached listeners for an event that has occurred in the sender object.
Parameters
| Parameter | Type | Description |
|---|---|---|
object | Object | The Object instance that raised the event. |
name | string | The name of the raised event. |
data? | any | An optional parameter that passes the data associated with the event. |
Returns
void
- Previous
- isEnabled
- Next
- removeEventListener