public 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 and 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 © 2017. All rights reserved.