Build Information
Author |
jaretts |
Date |
2007.10.25 43 at 02:45:22 PM EDT |
Methods
FUNCTION actionPerformed(inActionEventID)
This method will be called when the action is triggered from the contributed tools menu.
|
|
FUNCTION getDescription$()
Get a description for this listener that will be used if this class doubles as an observer. This will be determined by the EventNotificationFlag.
|
Returns |
A string containing the description of this listener |
|
FUNCTION getEventNotificationFlag()
Get the flag that will be used to trigger the 'update()' method during execution of the built-in events for the plug-in.
If this observer is not a Post-process observer, the return value of this method should be set to one of the following values:
|
Value | Description |
_pvxConstants'_ideNone |
Do not register as an observer |
_pvxConstants'_idePreProcess |
Register as a Pre-Process observer |
_pvxConstants'_idePrePostProcess |
Register as both a Pre-Process and Post-Process observer. |
_pvxConstants'_idePostProcess |
Register as a Post-Process observer |
|
FUNCTION init()
Register this class as an event listener and add it to the list of contributed tools under the ProvideX menu.
|
Methods inherited from: AbstractActionListener
actionPerformed(), configPerformed(), getDescription$(), getEventNotificationFlag(), init()
Methods inherited from: EventManagerObserver
getDescription$(), getEventNotificationFlag(), init(), update()