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
- Direct Known Subclasses:
ServerConnectorListener
- Enclosing class:
- AbstractLifeCycle
@Deprecated
public abstract static class AbstractLifeCycle.AbstractLifeCycleListener
extends Object
implements LifeCycle.Listener
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
lifeCycleFailure
(LifeCycle event, Throwable cause) Deprecated.void
lifeCycleStarted
(LifeCycle event) Deprecated.void
lifeCycleStarting
(LifeCycle event) Deprecated.void
lifeCycleStopped
(LifeCycle event) Deprecated.void
lifeCycleStopping
(LifeCycle event) Deprecated.
-
Constructor Details
-
AbstractLifeCycleListener
public AbstractLifeCycleListener()Deprecated.
-
-
Method Details
-
lifeCycleFailure
Deprecated.- Specified by:
lifeCycleFailure
in interfaceLifeCycle.Listener
-
lifeCycleStarted
Deprecated.- Specified by:
lifeCycleStarted
in interfaceLifeCycle.Listener
-
lifeCycleStarting
Deprecated.- Specified by:
lifeCycleStarting
in interfaceLifeCycle.Listener
-
lifeCycleStopped
Deprecated.- Specified by:
lifeCycleStopped
in interfaceLifeCycle.Listener
-
lifeCycleStopping
Deprecated.- Specified by:
lifeCycleStopping
in interfaceLifeCycle.Listener
-
LifeCycle.Listener
has default methods.