System Typedef CATSubscriberMethod

typedef void (CATBaseUnknown::*CATSubscriberMethod)(
	 	 CATCallbackEvent   iPublishedEvent,
		 void             * iPublishingObject,
		 CATNotification  * iNotification,
		 CATSubscriberData  iClientData,
		 CATCallback        iCallback)
Prototype of callback methods.
Role: This callback method is declared by means of the method.
Values:
iPublishedEvent
The event in question published by iPublishingObject
iPublishingObject
A pointer to the object that is expected to publish the event
iNotification
The notification published with the event
iClientData
Useful data to pass as argument of iMethodToCall
iCallback
The callback identifier
See also:

This object is included in the file: CATEventSubscriberTypedefs.h

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.