Class AbstractLifeCycle.AbstractLifeCycleListener
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
- All Implemented Interfaces:
 EventListener, LifeCycle.Listener
- Enclosing class:
 AbstractLifeCycle
@Deprecated(since="12.0.0",
            forRemoval=true)
public abstract static class AbstractLifeCycle.AbstractLifeCycleListener
extends Object
implements LifeCycle.Listener
Deprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. - 
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LifeCycle.Listener
lifeCycleFailure, lifeCycleStarted, lifeCycleStarting, lifeCycleStopped, lifeCycleStopping 
- 
Constructor Details
- 
AbstractLifeCycleListener
public AbstractLifeCycleListener()Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 
LifeCycle.Listenerhas default methods.