Package org.eclipse.jetty.util.component
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.util.component.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.Listener
has default methods.