-
- All Known Subinterfaces:
Timer
- All Known Implementing Classes:
AbstractTimer,AgentTimer
public interface TimerFunctionFunction to invoke at a scheduled time. UseSchedule.setTimer(long, TimerFunction)to schedule aTimerFunctionfor future execution.
-
-
Method Summary
Modifier and Type Method Description voidrunTimer()Executes scheduled logic when this timer fires.
-