|
EventManagerObserver |
|
LOCAL theDescription$="Example observer" |
|
LOCAL theNotificationFlag=_pvxConstants'_idePostProcess |
|
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. If this observer is set to watch both Pre-Process and Post-Process states for events, the logic in the 'update' method must check the state of the aPvxState'getArgument(_pvxConstants'_iEventNotificationFlag$) flag to determine the appropriate code to be executed. | ||||
|
|