Module org.apache.wicket.core
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
Modifier and TypeMethodDescriptionvoid
sessionUnbound
(String sessionId) Informs the listener that session with specific id has been unbound.
-
Method Details
-
sessionUnbound
Informs the listener that session with specific id has been unbound.- Parameters:
sessionId
-
-