Package org.zeromq.timer
Interface TimerHandler
-
- All Superinterfaces:
Timers.Handler
- All Known Subinterfaces:
ZTimer.Handler
public interface TimerHandler extends Timers.Handler
Called when the time has come to perform some action. This is a DRAFT class, and may change without notice.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
time(java.lang.Object... args)
-
-
-
Method Detail
-
time
void time(java.lang.Object... args)
- Specified by:
time
in interfaceTimers.Handler
-
-