|
JSecurity | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionListener
Interface to be implemented by components that wish to be notified of events that occur during a
Session's lifecycle.
| Method Summary | |
|---|---|
void |
onExpiration(Session session)
Notification callback that occurs when the corresponding Session has expired. |
void |
onStart(Session session)
Notification callback that occurs when the corresponding Session has started. |
void |
onStop(Session session)
Notification callback that occurs when the corresponding Session has stopped. |
| Method Detail |
|---|
void onStart(Session session)
session - the session that has started.void onStop(Session session)
session - the session that has stopped.void onExpiration(Session session)
session - the session that has expired.
|
JSecurity | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||