All Frameworks Class Hierarchy This Framework Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATInterfaceEvents
Usage: you can freely reimplement this interface.
interface CATInterfaceEvents
Definition of the services for Event Interface classes.
role: All user interfaces have to inherit from this class
if they need to use the event services
public virtual CATCallback AddSubscription( | CATInterfaceEvents* | eventManager, | |
CATCallbackEvent | event, | ||
CATSubscriberMethod | method, | ||
char* | interfaceID, | ||
CATSubscriberData | data | = NULL )= 0 |
public virtual CATCallbackManager * GetCallbackManager( | )= 0 |
public virtual void RemoveInterfaceSubscriptions( | CATInterfaceEvents* | eventManager, |
char* | interfaceID)=0 |
public virtual void RemoveSubscriptionsOn( | CATInterfaceEvents* | eventManager, |
CATCallbackEvent | event, | |
char* | interfaceID, | |
CATSubscriberData | data)= 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.