Uses of Class
zmq.util.Timers.Timer
Packages that use Timers.Timer
-
Uses of Timers.Timer in org.zeromq.timer
Fields in org.zeromq.timer declared as Timers.TimerConstructors in org.zeromq.timer with parameters of type Timers.Timer -
Uses of Timers.Timer in zmq.util
Fields in zmq.util with type parameters of type Timers.TimerMethods in zmq.util that return Timers.TimerModifier and TypeMethodDescriptionTimers.add
(long interval, Timers.Handler handler, Object... args) Add timer to the set, timer repeats forever, or until cancel is called.Methods in zmq.util that return types with arguments of type Timers.TimerModifier and TypeMethodDescription(package private) Iterable<Map.Entry<Timers.Timer,
Long>> Timers.entries()
Methods in zmq.util with parameters of type Timers.TimerModifier and TypeMethodDescriptionboolean
Timers.cancel
(Timers.Timer timer) Deprecated.private boolean
Timers.insert
(Timers.Timer timer) boolean
Timers.reset
(Timers.Timer timer) Deprecated.usereset()
insteadboolean
Timers.setInterval
(Timers.Timer timer, long interval) Deprecated.usesetInterval(long)
instead
cancel()
instead