All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

System Interface CATIMessageReceiver

System.IUnknown
  |
  +---CATIMessageReceiver
 

Usage: you can freely reimplement this interface.


interface CATIMessageReceiver

Interface to handle backbone messages.
Role: This interface gives the possibility to handle backbone messages when they arrive to the receiver application. This interface must be implemented by an object declared to the receiver by the CATICommunicator.AssociateHandler method.

See also:
CATIStreamMsg, CATIBBStreamer, CATICommMsg, CATICommunicator, CATBBMessage, CATICommunicatorLoop


Method Index


o HandleMessage(CATICommMsg*)
Process the incoming backbone message.

Methods


o HandleMessage
public virtual void HandleMessage(CATICommMsg* iMessage)=0
Process the incoming backbone message.
Role: when a backbone message arrives on a process, the handler object associated to this message with the CATICommunicator.AssociateHandler, will be called on the method HandleMessage
Parameters:
iMessage
Pointer to the incomming message

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

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