Click HERE to view the API documentation for this class template. The complete documentation for all of the classes can be found in the API Reference.
Click HERE to view the source for this class. This class does not include any code and it is intended to be used as a template for creating new observers.
The theDescription$ private property must be set to a description for the new class.
The theNotificationFlag private property must be set to indicate the events that this observer will process. The values for this property can be one of the following:
As long as the flag is not set to _pvxConstants'_ideNone, an preference will get added to the Contributed Extensions / Tools preference page to allow the user to enable use of the extension - the default value for this preference is disabled.
The update() method must be modified to add the logic that will be executed when the event has been triggered.
The arguments that are passed into an event are generally the same for all events that share the same major ID. A summary of these arguments is listed later in this document.