Notifier

An event-handler object that tells the script to execute specified code when a specified event occurs. For notifiers to work, they must be enabled. See the 'notifiers enabled' property of the Application object. Events that occur within scripts do not generally trigger notifiers, because they occur inside of a "play script" event.

Methods:

remove, removeAll

Objects:

File, String

Property Listing

Property

Type

Access

Description

event

String

readonly

The event ID in four characters or a unique string that the notifier is associated with.

eventClass

String

readonly

The class ID associated with the event for the Notifier object, four characters or a unique string.

eventFile

File

readonly

The path to the file to execute when the event occurs/activates the notifier.

parent

 

readonly

The object's container.

typename

String

readonly

The class name of the object.

Method Listing

undefined remove ()

Deletes this object.

undefined removeAll ()

Deletes all elements.

Return

Notifiers.add()

Notifiers.[]()

Notifiers.getByName()