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 class
AbstractLifeCycle.AbstractLifeCycleListener
class
FileNoticeLifeCycleListener
A LifeCycle Listener that writes state changes to a file.class
StopLifeCycle
A LifeCycle that when started will stop another LifeCycleFields in org.eclipse.jetty.util.component with type parameters of type LifeCycle.Listener Modifier and Type Field Description private java.util.concurrent.CopyOnWriteArrayList<LifeCycle.Listener>
AbstractLifeCycle. _listeners
Methods in org.eclipse.jetty.util.component with parameters of type LifeCycle.Listener Modifier and Type Method Description void
AbstractLifeCycle. addLifeCycleListener(LifeCycle.Listener listener)
void
LifeCycle. addLifeCycleListener(LifeCycle.Listener listener)
void
AbstractLifeCycle. removeLifeCycleListener(LifeCycle.Listener listener)
void
LifeCycle. removeLifeCycleListener(LifeCycle.Listener listener)
-