All Frameworks  Class Hierarchy  This Framework Previous Next  Index

Typedef System.CATCommandMethod

typedef void (CATBaseUnknown::*CATCommandMethod)(CATCommand           * iCommand,
                                                 CATNotification      * iNotification,
                                                 CATCommandClientData   iUsefulData)
Prototype of the callback method.
Parameters:
iCommand
The calling command.
iNotification
The notification declared to set the callback.
iUsefulData
Data to pass as parameter to the method that can be useful.