Package org.cometd.documentation.server
Class ServerServiceIntegrationDocs.ConfigurationListener
java.lang.Object
org.cometd.documentation.server.ServerServiceIntegrationDocs.ConfigurationListener
- All Implemented Interfaces:
EventListener
,javax.servlet.ServletContextAttributeListener
- Enclosing class:
- ServerServiceIntegrationDocs
public class ServerServiceIntegrationDocs.ConfigurationListener
extends Object
implements javax.servlet.ServletContextAttributeListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
attributeAdded(javax.servlet.ServletContextAttributeEvent event)
void
attributeRemoved(javax.servlet.ServletContextAttributeEvent event)
void
attributeReplaced(javax.servlet.ServletContextAttributeEvent event)
-
Constructor Details
-
ConfigurationListener
public ConfigurationListener()
-
-
Method Details
-
attributeAdded
public void attributeAdded(javax.servlet.ServletContextAttributeEvent event)- Specified by:
attributeAdded
in interfacejavax.servlet.ServletContextAttributeListener
-
attributeRemoved
public void attributeRemoved(javax.servlet.ServletContextAttributeEvent event)- Specified by:
attributeRemoved
in interfacejavax.servlet.ServletContextAttributeListener
-
attributeReplaced
public void attributeReplaced(javax.servlet.ServletContextAttributeEvent event)- Specified by:
attributeReplaced
in interfacejavax.servlet.ServletContextAttributeListener
-