All Frameworks  Class Hierarchy  This Framework  Indexes

System Global Function RemoveCallback


void RemoveCallback(CATBaseUnknown* iEventSubscriber,
CATBaseUnknown* iEventPublisher,
CATCallback iCallback)
Removes a callback with a given identifier added for a given event subscriber to a given event publisher.
Role: This function makes the event subscriber resign its subscription to a given event publisher made thanks to a given callback.
Parameters:
iEventSubscriber
The event subscriber
iEventPublisher
The event publisher from which the callback iCallback is to be removed
iCallback
The identifier of the callback to remove.
Legal values: This identifier was returned by the
AddCallback method.

This object is included in the file: CATEventSubscriber.h
If needed, your Imakefile.mk should include the module: JS0GROUP

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