Interface BOSHClientConnListener


public interface BOSHClientConnListener
Interface used by parties interested in monitoring the connection state of a client session.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the connection state of the client which the listener is registered against has changed.
  • Method Details

    • 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