transport
Interface SocketReceiverListener

All Known Implementing Classes:
Controller

public interface SocketReceiverListener

This interface defines the methods that a SocketReceiverListener must implement.


Method Summary
 void incomingMessage(transport.protocol.Message m)
          This method is for notifying the listener that a message has arrived.
 

Method Detail

incomingMessage

public void incomingMessage(transport.protocol.Message m)
This method is for notifying the listener that a message has arrived.

Parameters:
m - The message to give to listener.