org.jivesoftware.multiplexer
Interface ConnectionCloseListener
public interface ConnectionCloseListener
Implement and register with a connection to receive notification
of the connection closing.
- Author:
- Gaston Dombiak
Method Summary |
void |
onConnectionClose(java.lang.Object handback)
Called when a connection is closed. |
onConnectionClose
void onConnectionClose(java.lang.Object handback)
- Called when a connection is closed.
- Parameters:
handback
- The handback object associated with the connection listener during Connection.registerCloseListener()
Copyright © 2003-2006 Jive Software.