| Package | Description |
|---|---|
| zmq.util |
| Modifier and Type | Method and Description |
|---|---|
Timers.Timer |
Timers.add(long interval,
Timers.Handler handler,
Object... args)
Add timer to the set, timer repeats forever, or until cancel is called.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Timers.cancel(Timers.Timer timer)
Cancel a timer.
|
boolean |
Timers.reset(Timers.Timer timer)
Reset the timer.
|
boolean |
Timers.setInterval(Timers.Timer timer,
long interval)
Changes the interval of the timer.
|
Copyright © 2019. All rights reserved.