public interface HttpSessionBindingListener
extends java.util.EventListener
HttpSession
with a
HttpSessionBindingEvent
.Modifier and Type | Method and Description |
---|---|
void |
valueBound(HttpSessionBindingEvent event)
Called when the object is bound to a session.
|
void |
valueUnbound(HttpSessionBindingEvent event)
Called when the object is unbound from a session.
|
void valueBound(HttpSessionBindingEvent event)
event
- The event object containing the name and sessionvoid valueUnbound(HttpSessionBindingEvent event)
event
- The event object containing the name and session