Interface ISessionListener

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void onCreated​(Session session)
      Called when a new instance of session is created
      default void onUnbound​(java.lang.String sessionId)
      Informs the listener that session with specific id has been unbound.
    • Method Detail

      • onCreated

        default void onCreated​(Session session)
        Called when a new instance of session is created
        Parameters:
        session -
      • onUnbound

        default void onUnbound​(java.lang.String sessionId)
        Informs the listener that session with specific id has been unbound.
        Parameters:
        sessionId - the id of the unbound session