Methods
FUNCTION configPerformed(inActionEventID)
This method will be called when the 'Configure' action is triggered from
the contributed tools menu.
|
Parameter | Description |
inActionEventID |
A reference to [Java Class:eventmanager/ExtCommand] |
|
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 update(state)
|
Parameter | Description |
state |
A reference to an object of class [ProvideX Class:PvxState] |
|
The logic to be executed when the observer is triggered during the normal
event process in the ProvideX event manager. This logic must check the
major and minor codes to determine the current event and then decide what
action is to be performed.
|
Methods inherited from: ecStyleCheck
actionPerformed(), configPerformed(), getDescription$(), getEventNotificationFlag(), init()