Uses of Interface
zmq.util.Timers.Handler
Packages that use Timers.Handler
Package
Description
Provides high-level bindings for ØMQ.
Provides timing utility classes for ØMQ.
-
Uses of Timers.Handler in org.zeromq
Subinterfaces of Timers.Handler in org.zeromq -
Uses of Timers.Handler in org.zeromq.timer
Subinterfaces of Timers.Handler in org.zeromq.timerModifier and TypeInterfaceDescriptioninterface
Called when the time has come to perform some action. -
Uses of Timers.Handler in zmq.util
Fields in zmq.util declared as Timers.HandlerMethods in zmq.util with parameters of type Timers.HandlerModifier and TypeMethodDescriptionTimers.add
(long interval, Timers.Handler handler, Object... args) Add timer to the set, timer repeats forever, or until cancel is called.Constructors in zmq.util with parameters of type Timers.HandlerModifierConstructorDescriptionprivate
Timer
(Timers parent, long interval, Timers.Handler handler, Object... args)
TimerHandler
instead