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 Details

    • ConfigurationListener

      public ConfigurationListener()
  • Method Details

    • attributeAdded

      public void attributeAdded(javax.servlet.ServletContextAttributeEvent event)
      Specified by:
      attributeAdded in interface javax.servlet.ServletContextAttributeListener
    • attributeRemoved

      public void attributeRemoved(javax.servlet.ServletContextAttributeEvent event)
      Specified by:
      attributeRemoved in interface javax.servlet.ServletContextAttributeListener
    • attributeReplaced

      public void attributeReplaced(javax.servlet.ServletContextAttributeEvent event)
      Specified by:
      attributeReplaced in interface javax.servlet.ServletContextAttributeListener