|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScriptSessionBindingListener
Causes an object to be notified when it is bound to or unbound from a
session. The object is notified by an ScriptSessionBindingEvent
object. This may be as a result of a servlet programmer explicitly unbinding
an attribute from a session, due to a session being invalidated, or due to a
session timing out.
ScriptSession,
ScriptSessionBindingEvent| Method Summary | |
|---|---|
void |
valueBound(ScriptSessionBindingEvent event)
Notifies the object that it is being bound to a session and identifies the session. |
void |
valueUnbound(ScriptSessionBindingEvent event)
Notifies the object that it is being unbound from a session and identifies the session. |
| Method Detail |
|---|
void valueBound(ScriptSessionBindingEvent event)
event - the event that identifies the sessionvalueUnbound(ScriptSessionBindingEvent)void valueUnbound(ScriptSessionBindingEvent event)
event - the event that identifies the sessionvalueBound(ScriptSessionBindingEvent)
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||