Contributed Tool Class Template

The Class

The ActionListenerExample class is a template to be used when writing a new contributed tool.

API Documentation

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.

Source Code

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.

Review the Class

Class Description

The theDescription$ private property must be set to a description for the new class.

Event Notification

The theNotificationFlag private property must be set to _pvxConstants'_ideNone to indicate that this class in not an event observer and can only be executed from the ProvideX | Contributed Tools menu.

Do the Work

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