org.jabber.jabberbeans.util
Class KeepAlive.KeepAliveConnectionListener

java.lang.Object
  |
  +--org.jabber.jabberbeans.ConnectionAdapter
        |
        +--org.jabber.jabberbeans.util.KeepAlive.KeepAliveConnectionListener
All Implemented Interfaces:
ConnectionListener, java.io.Serializable
Enclosing class:
KeepAlive

public class KeepAlive.KeepAliveConnectionListener
extends ConnectionAdapter

See Also:
Serialized Form

Constructor Summary
KeepAlive.KeepAliveConnectionListener()
           
 
Method Summary
 void connected(ConnectionEvent ce)
           
 void disconnected(ConnectionEvent ce)
           
 
Methods inherited from class org.jabber.jabberbeans.ConnectionAdapter
connected, connectFailed, connectFailed, connecting, connecting, connectionChanged, disconnected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeepAlive.KeepAliveConnectionListener

public KeepAlive.KeepAliveConnectionListener()
Method Detail

connected

public void connected(ConnectionEvent ce)
Overrides:
connected in class ConnectionAdapter

disconnected

public void disconnected(ConnectionEvent ce)
Overrides:
disconnected in class ConnectionAdapter