javax.servlet.http
public interface HttpSessionBindingListener extends EventListener
Version: $Version$
See Also: HttpSession
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.
|
Parameters: event the event that identifies the session
See Also: HttpSessionBindingListener
Parameters: event the event that identifies the session
See Also: HttpSessionBindingListener