Smack

org.jivesoftware.smack
Interface ConnectionEstablishedListener


public interface ConnectionEstablishedListener

Interface that allows for implementing classes to listen for connection established events. Listeners are registered with the XMPPConnection class.

Author:
Gaston Dombiak
See Also:
XMPPConnection.addConnectionListener(org.jivesoftware.smack.ConnectionListener), XMPPConnection.removeConnectionListener(org.jivesoftware.smack.ConnectionListener)

Method Summary
 void connectionEstablished(XMPPConnection connection)
          Notification that a new connection has been established.
 

Method Detail

connectionEstablished

void connectionEstablished(XMPPConnection connection)
Notification that a new connection has been established.

Parameters:
connection - the new established connection

Smack

Copyright © 2003 Jive Software.