Class ServerServiceIntegrationDocs.ConfigurationListener

java.lang.Object
org.cometd.documentation.server.ServerServiceIntegrationDocs.ConfigurationListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextAttributeListener
Enclosing class:
ServerServiceIntegrationDocs

public class ServerServiceIntegrationDocs.ConfigurationListener
extends java.lang.Object
implements javax.servlet.ServletContextAttributeListener
  • Constructor Summary

    Constructors
    Constructor Description
    ConfigurationListener()  
  • Method Summary

    Modifier and Type Method Description
    void attributeAdded​(javax.servlet.ServletContextAttributeEvent event)  
    void attributeRemoved​(javax.servlet.ServletContextAttributeEvent event)  
    void attributeReplaced​(javax.servlet.ServletContextAttributeEvent event)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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