Package thredds.server.opendap
Class OpendapSessionAttributeListener
- java.lang.Object
-
- thredds.server.opendap.OpendapSessionAttributeListener
-
- All Implemented Interfaces:
EventListener,javax.servlet.http.HttpSessionAttributeListener
public class OpendapSessionAttributeListener extends Object implements javax.servlet.http.HttpSessionAttributeListener
-
-
Constructor Summary
Constructors Constructor Description OpendapSessionAttributeListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattributeAdded(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)voidattributeRemoved(javax.servlet.http.HttpSessionBindingEvent e)voidattributeReplaced(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
-
-
-
Method Detail
-
attributeRemoved
public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent e)
- Specified by:
attributeRemovedin interfacejavax.servlet.http.HttpSessionAttributeListener
-
attributeAdded
public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
- Specified by:
attributeAddedin interfacejavax.servlet.http.HttpSessionAttributeListener
-
attributeReplaced
public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
- Specified by:
attributeReplacedin interfacejavax.servlet.http.HttpSessionAttributeListener
-
-