The ActionListenerExample class is a template to be used when writing a new contributed tool.
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 _pvxConstants'_ideNone to indicate that this class in not an event observer and can only be executed from the ProvideX | Contributed Tools menu.
The actionPerformed() method must be modified to add the logic that will be executed when the event has been triggered.