org.javagamesfactory.nioservers
Interface iMessageProcessor


public interface iMessageProcessor

Clients that implement this can asynchronously receive messages from a remote server


Method Summary
 void receiveMessage(java.lang.String message)
          Handles incoming messages that have been read from the SocketChannel and need to be processed locally
 

Method Detail

receiveMessage

void receiveMessage(java.lang.String message)
Handles incoming messages that have been read from the SocketChannel and need to be processed locally

Parameters:
message - whatever message was received from the remote server