Interface ISessionListener

All Known Implementing Classes:
SessionListenerCollection

public interface ISessionListener
Session listener
Author:
igor
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    onCreated(Session session)
    Called when a new instance of session is created
    default void
    onUnbound(String sessionId)
    Informs the listener that session with specific id has been unbound.
  • Method Details

    • onCreated

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

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