Class PvxProgressView

This is an observer class that is used to show the progress of activity within events that can take a length of time to complete or that are performing a number of sub-events.

Build Information

Author Fred McGuirk
Date Nov 15, 2006
Outputfile PvxProgressView.pvc
Forcelinenumbers false

Properties

PROPERTY PVCANCEL

PROPERTY PV_NORMAL

PROPERTY PV_BUILD_START

PROPERTY PV_BUILD_END

PROPERTY PV_BUILD_CANCEL

Methods

FUNCTION update(initPvxState)

The logic to be executed when the observer is triggered. This logic must check the major and minor codes to determine the current event and then decide what action is to be performed.

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

Methods inherited from: EventManagerObserver

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