Stoppable
ConfigurableLifeCycleComponent.ConfigurableLifeCycleAutomaton<CTX>
, LifeCycleComponent.LifeCycleAutomaton
ConfigurableLifeCycleAutomatonImpl
, LifeCycleAutomatonImpl
, LifeCycleAutomatonImpl.ManualLifeCycleAutomatonImpl
public static interface Stoppable.StopAutomaton extends Stoppable
Stoppable.StopAutomaton
interface defines those methods related to the
stop life-cycle.Stoppable.StopAutomaton, Stoppable.StopBuilder<B extends Stoppable.StopBuilder<B>>, Stoppable.UncheckedStoppable
Modifier and Type | Method | Description |
---|---|---|
boolean |
isStoppable() |
Determines whether the component may get stopped.
|
boolean |
isStopped() |
Determines whether the component is stopped.
|
stop, stopUnchecked
boolean isStoppable()
Stoppable.stop()
is possible.boolean isStopped()
Copyright © 2018. All rights reserved.