java.lang.Object
org.jabber.jabberbeans.ConnectionAdapter
- All Implemented Interfaces:
- ConnectionListener
- public class ConnectionAdapter
- extends java.lang.Object
- implements ConnectionListener
Convenience implementation of ConnectionListener. This is provided so that
the ConnectionListener interface can be upgraded, without breaking backwards
compatibility - extend ConnectionAdapter and you will gain do-nothing
implementations of ConnectionListener's new events.
- Version:
- $Revision: 1.1 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionAdapter
public ConnectionAdapter()
connected
public void connected()
- Specified by:
connected in interface ConnectionListener
disconnected
public void disconnected()
- Specified by:
disconnected in interface ConnectionListener
connecting
public void connecting()
- Specified by:
connecting in interface ConnectionListener
connectFailed
public void connectFailed()
- Specified by:
connectFailed in interface ConnectionListener