FourMS
Interface iDispatchMessageInterface

All Known Implementing Classes:
FourMSControllerMessageDispatcher

public interface iDispatchMessageInterface

This interface outlines the methods which are required by a class which will be responsible dispatching 4MS messages.

Author:
Craige Bevil

Method Summary
 boolean dispatchIncoming4MSMessage(FourMSMessage IncomingMessage)
          This method will be responsible for dispatching an incoming message from the 4MS module to the object which will be responsible for processing it.
 

Method Detail

dispatchIncoming4MSMessage

boolean dispatchIncoming4MSMessage(FourMSMessage IncomingMessage)
This method will be responsible for dispatching an incoming message from the 4MS module to the object which will be responsible for processing it.

Parameters:
IncomingMessage - - This holds the details of the message that came in from the 4MS or the simulation software - This will hold the details of the incoming message to be processed.
Returns:
boolean