Uses of Class
com.tccc.kos.commons.util.concurrent.AdjustableCallback
Packages that use AdjustableCallback
Package
Description
Contains utility classes and interfaces related to timers,
callbacks, and futures.
-
Uses of AdjustableCallback in com.tccc.kos.commons.util.concurrent
Methods in com.tccc.kos.commons.util.concurrent that return AdjustableCallbackModifier and TypeMethodDescriptionAdjustableCallback.setAbsDelay
(int delay) Sets the delay for the timer, regardless of how much time is left on the current timer.AdjustableCallback.setDayRelative
(int secFromMidnight) Sets the delay for the timer, regardless of how much time is left on the current timer.AdjustableCallback.setDelay
(int delay) Sets a new delay value for the timer.AdjustableCallback.setMaxVariance
(double maxVariance) Sets the maximum delay variance.AdjustableCallback.setMinVariance
(double minVariance) Sets the minimum delay variance.AdjustableCallback.setRecurring
(boolean recurring) Sets therecurring
flag.AdjustableCallback.start()
Starts the timer.AdjustableCallback.stop()
Stops the timer.