All Frameworks  Class Hierarchy  This Framework  Indexes

VPMInterfaces Enumeration ENOVEvtType

enum ENOVEvtType {
  ENOVEvtNone,
  ENOVEvtPublic,
  ENOVEvtProtected,
  ENOVEvtPrivate
}
Defines the event type used for methods.
Values:
ENOVEvtNone
No event is fired.
ENOVEvtPublic
A public event is fired.
Any client can subscribe to event, with no restriction.
ENOVEvtProtected
A protected event is fired.
Only client belonging to package inheriting from the publisher's package can subscribe.
ENOVEvtPrivate
A private event is fired.
Only client belonging to the same package than the publisher can subscribe.
See also:
ENOVEvtModeType, ENOVRegisterPackage, ENOVRegisterClassMethod, ENOVRegisterGlobalMethod

This object is included in the file: ENOVRegDictionary.h

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