com.interfaceware.chameleon
Interface ClientSocketListener


public interface ClientSocketListener

This interface provides events to alert the class implementing this interface of various events on the client socket.


Method Summary
 void onClientConnect(Hl7ClientSocket ClientSocket)
          Invoked when the client connects
 void onClientDisconnect(Hl7ClientSocket ClientSocket)
          Invoked when a client disconnects
 void onCloseClient(Hl7ClientSocket ClientSocket)
          Invoked when the client closes the connection
 void onConnect(Hl7ClientSocket ClientSocket)
          Invoked when a connection is made
 

Method Detail

onConnect

void onConnect(Hl7ClientSocket ClientSocket)
Invoked when a connection is made


onCloseClient

void onCloseClient(Hl7ClientSocket ClientSocket)
Invoked when the client closes the connection


onClientConnect

void onClientConnect(Hl7ClientSocket ClientSocket)
Invoked when the client connects


onClientDisconnect

void onClientDisconnect(Hl7ClientSocket ClientSocket)
Invoked when a client disconnects