Package org.apache.wicket
Interface ISessionListener
-
- All Known Implementing Classes:
SessionListenerCollection
public interface ISessionListener
Session
listener- Author:
- igor
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
onCreated(Session session)
Called when a new instance of session is createddefault void
onUnbound(String sessionId)
Informs the listener that session with specific id has been unbound.
-