javax.servlet.http
public interface HttpSessionBindingListener extends EventListener
Version: $Revision: 1.3 $ $Date: 2004/09/23 08:05:30 $
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