com.sun.slamd.client
Interface ClientShutdownListener


public interface ClientShutdownListener

This interface provides a mechanism by which various kinds of clients can be notified when the client is disconnected from the server.


Method Summary
 void clientDisconnected()
          Indicates that the client has disconnected from the server and that the client may wish to take whatever action is appropriate.
 

Method Detail

clientDisconnected

public void clientDisconnected()
Indicates that the client has disconnected from the server and that the client may wish to take whatever action is appropriate.