| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| org.zeromq.timer |
Provides timing utility classes for ØMQ.
|
| zmq.util |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ZTimer.Handler
Deprecated.
use
TimerHandler instead |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TimerHandler
Called when the time has come to perform some action.
|
| Modifier and Type | Field and Description |
|---|---|
private Timers.Handler |
Timers.Timer.handler |
| Modifier and Type | Method and Description |
|---|---|
Timers.Timer |
Timers.add(long interval,
Timers.Handler handler,
java.lang.Object... args)
Add timer to the set, timer repeats forever, or until cancel is called.
|
| Constructor and Description |
|---|
Timer(Timers parent,
long interval,
Timers.Handler handler,
java.lang.Object... args) |