System Interface 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 method.

See also:
, , , , ,


Method Index


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

Methods


o HandleMessage
public virtual HandleMessage( iMessage)
Process the incoming backbone message.
Role: when a backbone message arrives on a process, the handler object associated to this message with the , 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 © 1999-2015, Dassault Systèmes. All rights reserved.