|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is modelled after
HttpSessionBindingListener
.
Method Summary | |
void |
valueBound(SessionBindingEvent event)
Notifies the object that it is being bound to a session and identifies the session. |
void |
valueUnbound(SessionBindingEvent event)
Notifies the object that it is being unbound from a session and identifies the session. |
Method Detail |
public void valueBound(SessionBindingEvent event)
event
- A SessionBindingEvent object.public void valueUnbound(SessionBindingEvent event)
event
- A SessionBindingEvent object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |