|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
void messageReceivedCB(java.lang.String IncomingMessage, FourMSMessage IncomingMessageStructure)
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |