com.web_visage.ichatserv.fwk
Interface ClientConnectionListener

All Known Implementing Classes:
IChatServerFwk

public interface ClientConnectionListener

Client connection listener.

Author:
K.Baturytski

Method Summary
 void clientConnected(java.nio.channels.SocketChannel aSocket)
          Notifies subscriber about client connection.
 

Method Detail

clientConnected

void clientConnected(java.nio.channels.SocketChannel aSocket)
Notifies subscriber about client connection.

Parameters:
aSocket -