| Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||
Similarly, when an unbinding occurs (using HttpSession.removeValue) HttpSessionBindingEvent communicates the event and identifies the session from which the object is unbound.
| Method Summary | |
| void | valueBound(HttpSessionBindingEvent event)
|
| void | valueUnbound(HttpSessionBindingEvent event)
|
| Method Detail |
public void valueBound(HttpSessionBindingEvent event)
event
- the event identifying the session into
which the listener is being bound.
public void valueUnbound(HttpSessionBindingEvent event)
event
- the event identifying the session from
which the listener is being unbound.
| Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||