Constructor and Description |
---|
IstiTimerImp(java.lang.Runnable task,
long delay,
long period)
Create a timer.
|
Modifier and Type | Method and Description |
---|---|
void |
start()
Start the timer.
|
void |
stop()
Stop the timer.
|