Methods
| InstancesNotifier [] (index:
uint)
Get an element in the collection with the provided index.
| Parameter | Type | Description |
| index | uint | |
Notifier add (event:
string, eventFile:
File[, eventClass:
string])
Creates a notifier.
| Parameter | Type | Description |
| event | string | The class id of the event, four characters or a unique string. |
| eventFile | File | The script file to execute when the event occurs. |
| eventClass | string | The class of the object the event is applied to, four characters or a unique string. When an event applies to multiple types of objects, you use the event class parameter to distinguish which object this Notifier applies to. For example, the Make event (�Mk�) applies to documents (�Dcmn�), channels (�Chnl�) and other objects. (Optional) |
Notifier getByName (name:
string)
Get the first element in the collection with the provided name.
| Parameter | Type | Description |
| name | string | |
void removeAll ()
Deletes all elements.
|