public interface SessionListener
SessionListener interface allows an implementing
object to be informed about changes on a Session.| Modifier and Type | Method and Description |
|---|---|
void |
loggedOut(Session session)
Called when a
Session has been 'closed' by
calling . |
void |
loggingOut(Session session)
Called when a
Session is about to be 'closed' by
calling . |
void loggingOut(Session session)
Session is about to be 'closed' by
calling Session.logout(). At this
moment the session is still valid.session - the Session that is about to be 'closed'void loggedOut(Session session)
Session has been 'closed' by
calling Session.logout().session - the Session that has been 'closed'Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.