FourMS
Interface i4MSMessageListenerInterface

All Known Implementing Classes:
Mechanism

public interface i4MSMessageListenerInterface

This interface provides a means through which the controller message dispatcher can send back the details of messages that come back from the 4MS controller to be processed.

Version:
$Id: i4MSMessageListenerInterface.java,v 1.4 2006/04/07 08:05:39 cb Exp $
Author:
Craige Bevil

Method Summary
 void messageReceivedCB(java.lang.String IncomingMessage, FourMSMessage IncomingMessageStructure)
          This is called when there is a 4MS message coming in which is destined for a specific object.
 

Method Detail

messageReceivedCB

void messageReceivedCB(java.lang.String IncomingMessage,
                       FourMSMessage IncomingMessageStructure)
This is called when there is a 4MS message coming in which is destined for a specific object. Any object that expects to receive 4MS messages should implement this interface

Parameters:
IncomingMessage - - This contains the details of the message that was received from the 4MS microprocessor in it's raw form (that is to say that it has not had any unit conversion performed on any of the parameters which have been read in)
IncomingMessageStructure - This is the incoming message broken down into subcomponents for easy manipulation.