|
Préférences
Moteurs de recherche
|
|||||||
| JavaTM Platform, Enterprise Edition, v 5.0
javax.servlet.http
|
||||||||
| Method Summary | |
|---|---|
void |
valueBound(HttpSessionBindingEvent event)
Notifies the object that it is being bound to a session and identifies the session. |
void |
valueUnbound(HttpSessionBindingEvent event)
Notifies the object that it is being unbound from a session and identifies the session. |
| Method Detail |
|---|
void valueBound(HttpSessionBindingEvent event)
event - the event that identifies the
sessionvalueUnbound(javax.servlet.http.HttpSessionBindingEvent)void valueUnbound(HttpSessionBindingEvent event)
event - the event that identifies
the sessionvalueBound(javax.servlet.http.HttpSessionBindingEvent)