org.elkoserver.foundation.net
Interface MessageReceiver

All Known Implementing Classes:
TCPConnection

public interface MessageReceiver

Interface for the object that a Connection uses to accept incoming messages from the net.


Method Summary
 void receiveMsg(Object message)
          Receive a message from elsewhere.
 

Method Detail

receiveMsg

void receiveMsg(Object message)
Receive a message from elsewhere.

Parameters:
message - The message to be received.