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