public interface TimerAction
| Modifier and Type | Method and Description |
|---|---|
void |
expire()
Stops action execution completely.
|
boolean |
isExpired() |
boolean |
isPaused() |
void |
pause()
Pauses action execution.
|
void |
resume()
Resumes previously paused action.
|
boolean isPaused()
boolean isExpired()
void pause()
void resume()
void expire()
Copyright © 2017. All rights reserved.