Package org.apache.wicket.session
Interface ISessionStore.UnboundListener
-
- All Known Implementing Classes:
Application
,AuthenticatedWebApplication
,MockApplication
,WebApplication
- Enclosing interface:
- ISessionStore
public static interface ISessionStore.UnboundListener
Listener invoked when session is unbound.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sessionUnbound(String sessionId)
Informs the listener that session with specific id has been unbound.
-
-
-
Method Detail
-
sessionUnbound
void sessionUnbound(String sessionId)
Informs the listener that session with specific id has been unbound.- Parameters:
sessionId
-
-
-