Inheritance diagram for oaVCObserver:
Public Methods | |
oaVCObserver (oaUInt4 priorityIn, oaBoolean enabledIn=true) | |
virtual | ~oaVCObserver () |
virtual void | onVCPlugInLoad (const oaString &plugInName) |
virtual oaVCObserverResult | onVCMessageOut (const oaString &plugInName, oaDMObject *object, oaVCOperation operation, oaVCMessageType msgType, const oaString &text) |
Friends | |
class | oaVCObserverCollectionPvt |
See oaObserver for information on using Open Access observer classes to derive and instantiate observers in an application.
|
This is the oaVCObserver constructor. If multiple observers exist for a given notification event, observers with a lower priorityIn value are called before those with a higher value.
|
|
|
|
This observer function is called after a version control message has been output to a plugin. The application's derived class should implement this function to receive notification and message information after a version control message has been output.
|
|
This observer function is called after a version control plugin has been loaded. The application's derived class should implement this function to receive notification after a version control plugin has been loaded.
|
|
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.