All Frameworks  Class Hierarchy  This Framework  Indexes

VPMInterfaces Enumeration ENOVEvtModeType

enum ENOVEvtModeType {
  ENOVEvtModeBefore,
  ENOVEvtModeVeto,
  ENOVEvtModeAfter,
  ENOVEvtModeStandard
}
Defines the event mode used for methods.
Values:
ENOVEvtModeBefore
The event if fired BEFORE method is executed.
ENOVEvtModeVeto
The event if fired BEFORE method is executed, and is vetoable. If a veto is raised by one of the subscribers, the method is not executed.
ENOVEvtModeAfter
The event is fired AFTER method is executed.
ENOVEvtModeStandard
The event is fired during the method's execution.
See also:
ENOVEvtType, ENOVRegisterClassMethod, ENOVRegisterGlobalMethod

This object is included in the file: ENOVRegDictionary.h

Copyright © 2003, Dassault Systèmes. All rights reserved.