Uses of Interface
org.eclipse.jetty.util.component.LifeCycle.Listener
-
Packages that use LifeCycle.Listener Package Description org.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Management -
-
Uses of LifeCycle.Listener in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement LifeCycle.Listener Modifier and Type Class Description static classAbstractLifeCycle.AbstractLifeCycleListenerclassFileNoticeLifeCycleListenerA LifeCycle Listener that writes state changes to a file.classStopLifeCycleA LifeCycle that when started will stop another LifeCycleMethods in org.eclipse.jetty.util.component with parameters of type LifeCycle.Listener Modifier and Type Method Description voidAbstractLifeCycle. addLifeCycleListener(LifeCycle.Listener listener)voidLifeCycle. addLifeCycleListener(LifeCycle.Listener listener)voidAbstractLifeCycle. removeLifeCycleListener(LifeCycle.Listener listener)voidLifeCycle. removeLifeCycleListener(LifeCycle.Listener listener)
-