Package org.jivesoftware.openfire
Interface ConnectionCloseListener
public interface ConnectionCloseListener
Implement and register with a connection to receive notification
of the connection closing.
- Author:
- Iain Shigeoka
-
Method Summary
Modifier and TypeMethodDescriptionvoidonConnectionClose(Object handback) Called when a connection is closed.
-
Method Details
-
onConnectionClose
Called when a connection is closed.- Parameters:
handback- The handback object associated with the connection listener during Connection.registerCloseListener()
-