Uses of Interface
zmq.util.Timers.Handler
-
Packages that use Timers.Handler Package Description org.zeromq Provides high-level bindings for ØMQ.org.zeromq.timer Provides timing utility classes for ØMQ.zmq.util -
-
Uses of Timers.Handler in org.zeromq
Subinterfaces of Timers.Handler in org.zeromq Modifier and Type Interface Description static interface
ZTimer.Handler
Deprecated.useTimerHandler
instead -
Uses of Timers.Handler in org.zeromq.timer
Subinterfaces of Timers.Handler in org.zeromq.timer Modifier and Type Interface Description interface
TimerHandler
Called when the time has come to perform some action. -
Uses of Timers.Handler in zmq.util
Fields in zmq.util declared as Timers.Handler Modifier and Type Field Description private Timers.Handler
Timers.Timer. handler
Methods in zmq.util with parameters of type Timers.Handler Modifier and Type Method 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.Constructors in zmq.util with parameters of type Timers.Handler Constructor Description Timer(Timers parent, long interval, Timers.Handler handler, java.lang.Object... args)
-