Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jabber.jabberbeans
Class ConnectionAdapter  view ConnectionAdapter download ConnectionAdapter.java

java.lang.Object
  extended byorg.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 $

Constructor Summary
ConnectionAdapter()
           
 
Method Summary
 void connected()
           
 void connectFailed()
           
 void connecting()
           
 void disconnected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionAdapter

public ConnectionAdapter()
Method Detail

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