org.jabber.jabberbeans
Interface ConnectionListener

All Known Implementing Classes:
ConnectionAdapter

public interface ConnectionListener

ConnectionListener is a listener interface, which you can implement and register to handle connection status change events, such as 'disconnected'.

ConnectionAdapter is a class which implements do-nothing versions of all methods below - it is provided so that you may avoid having to update your classes when new methods are added or old ones are changed.

These events are all generated by the ConnectionBean object, where implementiong event listeners are registered.

See Also:
ConnectionAdapter, ConnectionBean

Method Summary
 void connectionChanged(ConnectionEvent ce)
          connectionChanged signifies that we have had an alteration in our connection status, such as a forced disconnection from the server.
 

Method Detail

connectionChanged

public void connectionChanged(ConnectionEvent ce)
connectionChanged signifies that we have had an alteration in our connection status, such as a forced disconnection from the server.