com.asdf.client
Interface ClientStateObserver

All Known Implementing Classes:
ConnectPanel

public interface ClientStateObserver

Observer interface to monitor client connecting and disconnecting.


Method Summary
 void connected()
          Client has been successfully connected to a server.
 void disconnected(java.lang.Exception e)
          Client has been disconnected from the server.
 

Method Detail

connected

void connected()
Client has been successfully connected to a server.


disconnected

void disconnected(java.lang.Exception e)
Client has been disconnected from the server.

Parameters:
e - Exception that caused disconnection