com.sun.slamd.client
Interface ClientShutdownListener
- All Known Implementing Classes:
- SwingClient
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.
- Author:
- Neil A. Wilson
|
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. |
clientDisconnected
void clientDisconnected()
- Indicates that the client has disconnected from the server and that the
client may wish to take whatever action is appropriate.