Interface ClientConnectionListener
-
public interface ClientConnectionListener
- Author:
- man
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clientConnected(ICommConnection connection)
Called if a new client has connectedvoid
serverError(java.io.IOException e)
-
-
-
Method Detail
-
clientConnected
void clientConnected(ICommConnection connection)
Called if a new client has connected- Parameters:
connection
- the newICommConnection
-
serverError
void serverError(java.io.IOException e)
- Parameters:
e
- the server errorIOException
-
-