|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpSessionActivationListener
Interface for a listener receiving events when a session is created or displayed.
Method Summary | |
---|---|
void |
sessionDidActivate(HttpSessionEvent event)
Callback after the session activates. |
void |
sessionWillPassivate(HttpSessionEvent event)
Callback before the session passivates. |
Method Detail |
---|
void sessionDidActivate(HttpSessionEvent event)
event
- the event for the session activationvoid sessionWillPassivate(HttpSessionEvent event)
event
- the event for the session passivation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |