Abstract class for 'ActionListener' classes. |
Author | Fred McGuirk |
Date | Feb 9, 2007 |
Outputfile | AbstractActionListener.pvc |
Forcelinenumbers | false |
This is an abstract class for all event manager observers. | ||||||
|
ConfigAppserverActionListener, ConfigWebserverActionListener, ecCreateDataInfo, ecDictListener, ecMsgLibListener, ecSearchListener, ecStyleCheck, JavXPageGenActionListener, PvxdocObserver, ShutdownEventManager, util_keyword_chg, XMItoPvxAction, XML_Convert
No Properties |
FUNCTION actionPerformed(inActionEventID) This method will be called when the 'Run' action is triggered from the contributed tools menu. The code associated with this observer must be executed by this method; this code can be the logic for this method or can be in an external program that is accessable in the environment where this observer will be used.
| ||||||||||
| ||||||||||
FUNCTION configPerformed(inActionEventID) This method will be called when the 'Configure' action is triggered from the contributed tools menu. The code required to implement the configuration action is normally implemented as one or more NOMADS panels that this method will execute.
| ||||||||||
| ||||||||||
FUNCTION getDescription$() This method is used to describe the purpose of this observer. The text will be placed on the observers preference page to describe the purpose of this observer. This description should be limited to no more than 80 characters. | ||||||||||
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: | ||||||||||
| ||||||||||
FUNCTION init() Register this class as an event listener and add it to the list of contributed tools under the ProvideX menu item. |
![]() |