dimawo.middleware.communication.server
Interface ConnectionHandler

All Known Implementing Classes:
CommunicatorConnectionHandler

public interface ConnectionHandler


Method Summary
 void newConnection(SocketInterface inConnection)
           
 void printMessage(String msg)
           
 void serverLoopClosed()
           
 

Method Detail

newConnection

void newConnection(SocketInterface inConnection)
                   throws InterruptedException
Throws:
InterruptedException

printMessage

void printMessage(String msg)

serverLoopClosed

void serverLoopClosed()


Copyright © 2011 DiMaWo Team. All Rights Reserved.