Interface LifecycleListener

All Known Implementing Classes:
AprLifecycleListener, ContextConfig, ContextNamingInfoListener, EngineConfig, FrameworkListener, GlobalResourcesLifecycleListener, HeartbeatListener, HostConfig, JniLifecycleListener, JreMemoryLeakPreventionListener, ListenerCreateRule.OptionalListener, MapperListener, NamingContextListener, OpenSSLLifecycleListener, PropertiesRoleMappingListener, SecurityListener, StandardEngine.AccessLogListener, StoreConfigLifecycleListener, ThreadLocalLeakPreventionListener, TLSCertificateReloadListener, Tomcat.DefaultWebXmlListener, Tomcat.FixContextListener, UserConfig, VersionLoggerListener

public interface LifecycleListener
Interface defining a listener for significant events (including "component start" and "component stop" generated by a component that implements the Lifecycle interface. The listener will be fired after the associated state change has taken place.
Author:
Craig R. McClanahan