Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface HttpSessionBindingListener
extends EventListener
HttpSessionBindingEvent
object.
HttpSession
, HttpSessionBindingEvent
Method Summary | |
void |
|
void |
|
public void valueBound(HttpSessionBindingEvent event)
Notifies the object that it is being bound to a session and identifies the session.
- Parameters:
event
- the event that identifies the session
public void valueUnbound(HttpSessionBindingEvent event)
Notifies the object that it is being unbound from a session and identifies the session.
- Parameters:
event
- the event that identifies the session
- See Also:
valueBound(HttpSessionBindingEvent)