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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
connectionEvent(BOSHClientConnEvent connEvent)
Called when the connection state of the client which the listener is registered against has changed.
-
-
-
Method Detail
-
connectionEvent
void connectionEvent(BOSHClientConnEvent connEvent)
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
-
-