Package org.igniterealtime.jbosh
Interface BOSHClientConnListener
public interface BOSHClientConnListener
Interface used by parties interested in monitoring the connection state
of a client session.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
connectionEvent
(BOSHClientConnEvent connEvent) Called when the connection state of the client which the listener is registered against has changed.
-
Method Details
-
connectionEvent
Called when the connection state of the client which the listener is registered against has changed. The event object supplied can be used to determine the current session state.- Parameters:
connEvent
- connection event describing the state
-