public interface SessionBindingListener
HttpSessionBindingListener
.Modifier and Type | Method and Description |
---|---|
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.
|
void valueBound(SessionBindingEvent event)
event
- A SessionBindingEvent object.void valueUnbound(SessionBindingEvent event)
event
- A SessionBindingEvent object.Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.