hypercast.MonitorAndControl
Interface I_ReceiveCallback
- public interface I_ReceiveCallback
This callback interface handles an MonMessage.
The application creates an instance of this interface and passes it
as a parameter when sending an MonMessage by using the
sendTo()
method defined in the I_Monitor
interface. When the reply message arrives the
receiveMCMessage()
method will be called by the
Monitor
and inside this method the reply message will
be handled by the application.
A reply message won't necessarily arrive see
I_TimeoutCallback
about how a timeout is handled.
- See Also:
I_TimeoutCallback
,
I_Monitor
Method Summary |
void |
receiveMessage(hypercast.MonitorAndControl.MonMessage message)
The method that is called by the Monitor when a reply message arrives
from a Portal to which a query message has been sent. |
receiveMessage
public void receiveMessage(hypercast.MonitorAndControl.MonMessage message)
- The method that is called by the Monitor when a reply message arrives
from a Portal to which a query message has been sent.
- Parameters:
message
- The replying M&C message comming from the Portal.