Interface ISessionStore.UnboundListener

All Known Implementing Classes:
Application, MockApplication, WebApplication
Enclosing interface:
ISessionStore

public static interface ISessionStore.UnboundListener
Listener invoked when session is unbound.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Informs the listener that session with specific id has been unbound.
  • Method Details

    • sessionUnbound

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