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 interfaceZTimer.HandlerDeprecated.useTimerHandlerinstead -
Uses of Timers.Handler in org.zeromq.timer
Subinterfaces of Timers.Handler in org.zeromq.timer Modifier and Type Interface Description interfaceTimerHandlerCalled 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.HandlerTimers.Timer. handlerMethods in zmq.util with parameters of type Timers.Handler Modifier and Type Method Description Timers.TimerTimers. 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)
-