javax.servlet.http
public interface HttpSessionAttributeListener extends EventListener
Since: Servlet 2.3
Version: $Revision: 1.2 $ $Date: 2004/09/23 08:05:29 $
Method Summary | |
---|---|
void | attributeAdded(HttpSessionBindingEvent se)
Notification that an attribute has been added to a session. |
void | attributeRemoved(HttpSessionBindingEvent se)
Notification that an attribute has been removed from a session. |
void | attributeReplaced(HttpSessionBindingEvent se)
Notification that an attribute has been replaced in a session. |