|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpSessionBindingListener
This listener lets session values know when they've been added to or removed from a session. This particularly useful when a session value needs to free resources at the session end.
Method Summary | |
---|---|
void |
valueBound(HttpSessionBindingEvent event)
Called when the object is added to a session. |
void |
valueUnbound(HttpSessionBindingEvent event)
Called when the object is removed from a session or the session is invalidated. |
Method Detail |
---|
void valueBound(HttpSessionBindingEvent event)
event
- session event objectvoid valueUnbound(HttpSessionBindingEvent event)
event
- session event object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |