PausableConfigurableLifeCycleComponent.ConfigurableLifeCycleAutomaton<CTX>, LifeCycleComponent.LifeCycleAutomatonConfigurableLifeCycleAutomatonImpl, LifeCycleAutomatonImpl, LifeCycleAutomatonImpl.ManualLifeCycleAutomatonImplpublic static interface Pausable.PauseAutomaton extends Pausable
Pausable.PauseAutomaton interface defines those methods related to the
pause life-cycle.Pausable.PauseAutomaton, Pausable.PauseBuilder<B extends Pausable.PauseBuilder<B>>, Pausable.UncheckedPausable| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isPausable() |
Determines whether the component may get paused.
|
boolean |
isPaused() |
Determines whether the component is paused.
|
pause, pauseUncheckedboolean isPausable()
Pausable.pause() is possible.boolean isPaused()
Copyright © 2018. All rights reserved.