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