de.upb.swtpra05.group03.shuttle
Interface SentModule

All Superinterfaces:
Module
All Known Implementing Classes:
MarginController, OrderStateControl

public interface SentModule
extends Module

Interface of a sent-module which will receive all messages sent by the shuttle.

Version:
$Revision: 1.3 $

Method Summary
 void newMessageSent(de.upb.swtpra.kernel.message.Message msg)
          React on the message sent by the shuttle or not.
 
Methods inherited from interface de.upb.swtpra05.group03.shuttle.Module
init
 

Method Detail

newMessageSent

public void newMessageSent(de.upb.swtpra.kernel.message.Message msg)
React on the message sent by the shuttle or not.

Parameters:
msg - The message sent by the shuttle