org.eclipse.jetty.util.component
public static interface LifeCycle.Listener extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
lifeCycleFailure(LifeCycle event,
java.lang.Throwable cause) |
void |
lifeCycleStarted(LifeCycle event) |
void |
lifeCycleStarting(LifeCycle event) |
void |
lifeCycleStopped(LifeCycle event) |
void |
lifeCycleStopping(LifeCycle event) |
void lifeCycleStarting(LifeCycle event)
void lifeCycleStarted(LifeCycle event)
void lifeCycleFailure(LifeCycle event, java.lang.Throwable cause)
void lifeCycleStopping(LifeCycle event)
void lifeCycleStopped(LifeCycle event)
Copyright © 2016. All Rights Reserved.