public interface HttpSessionBindingListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
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.
|
void valueBound(HttpSessionBindingEvent event)
event - session event objectvoid valueUnbound(HttpSessionBindingEvent event)
event - session event object