Class PvxdocObserver

This is an observer class that implements an external action to generate the PvxDocs for a selected folder or resource. The 'actionPerformed()' method will be initiated when the user selects this action.

Build Information

Author Fred McGuirk
Date Nov 28, 2006

Properties

No Properties

Methods

FUNCTION actionPerformed(inActionEventID)

This method will be called when the 'Run' action is triggered from the contributed tools menu.

ParameterDescription
inActionEventID This is a reference to [Java Class:eventmanager/ExtCommand]
FUNCTION configPerformed(inActionEventID)

This method will be called when the 'Configure' action is triggered from the contributed tools menu.

ParameterDescription
inActionEventID This is a reference to [Java Class:eventmanager/ExtCommand]
FUNCTION init()

Initialize an observer.

FUNCTION update(initPvxState)

The logic to be executed when the observer is triggered.

ParameterDescription
state A reference to an object of class [ProvideX Class:PvxState]

Methods inherited from: AbstractActionListener

actionPerformed(), configPerformed(), getDescription$(), getEventNotificationFlag(), init()

Methods inherited from: EventManagerObserver

getDescription$(), getEventNotificationFlag(), init(), update()