Package org.eclipse.jetty.util.component
Interface LifeCycle.Listener
-
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AbstractLifeCycle.AbstractLifeCycleListener,FileNoticeLifeCycleListener,StopLifeCycle
- Enclosing interface:
- LifeCycle
@Deprecated(since="2021-05-27") public static interface LifeCycle.Listener extends EventListener
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Listener. A listener for Lifecycle events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidlifeCycleFailure(LifeCycle event, Throwable cause)Deprecated.voidlifeCycleStarted(LifeCycle event)Deprecated.voidlifeCycleStarting(LifeCycle event)Deprecated.voidlifeCycleStopped(LifeCycle event)Deprecated.voidlifeCycleStopping(LifeCycle event)Deprecated.
-