|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpSessionBindingListener
Objects that implement this interface will be called when they are bound or
unbound into a HttpSession
with a
HttpSessionBindingEvent
.
HttpSession
,
HttpSession.putValue(java.lang.String, java.lang.Object)
,
HttpSession.removeValue(java.lang.String)
,
HttpSession.invalidate()
,
HttpSessionBindingEvent
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |