FourMS
Interface iControllerDispatchListenerInterface


public interface iControllerDispatchListenerInterface

Will be used by an object which is expecting to be informed by a 4MS controller dispatch object of a message that is to be dispatched.

Author:
Craige Bevil

Method Summary
 boolean processIncoming4MSMessage(java.lang.String ER412String)
          Used by a message dispatch object to dispatch incoming messages from the 4MS.
 

Method Detail

processIncoming4MSMessage

boolean processIncoming4MSMessage(java.lang.String ER412String)
Used by a message dispatch object to dispatch incoming messages from the 4MS. This method will contain all of the PFIP specific message handling code.

Parameters:
ER412String -
Returns:
boolean