public class Timer
extends java.lang.Object
| Constructor | Description |
|---|---|
Timer(long durationMillis) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isCounting() |
Informs whether the timer is still counting down.
|
void |
start() |
Starts the timer count down.
|