Observer Class Template

Class Documentation

The documentation for this class template is included here as a reference. The complete documentation for all of the classes can be found in the API Reference.

The source for this sample class is included with the plug-in and is shipped as a text file that can be loaded into any file viewer. This class does not include any code and it is intended to be used as a template for creating new observers.

Overview of the Class Definition

Class Description

The getDescription$() method must be modified to set a description for the new class.

Event Notification

The getEventNotification() method may need to be changed to return the setting of the event notification flag. The setting of this flag will determine when this observer is notified that an event has been triggered.

Do the Work

The update() method must be modified to add the logic that will be executed when the event has been triggered.