Uses of Class
de.arstwo.twotil.IntervalChecker
Packages that use IntervalChecker
-
Uses of IntervalChecker in de.arstwo.twotil
Methods in de.arstwo.twotil that return IntervalCheckerModifier and TypeMethodDescriptionstatic IntervalCheckerIntervalChecker.every(long amount, TemporalUnit unit) Creates a new IntervalChecker with the specified time interval.static IntervalCheckerCreates a new IntervalChecker with the specified time interval.IntervalChecker.forceDue()Forces the timer to indicate that the interval time has expired at the next check.IntervalChecker.restartTimer()Forces a new time interval without calling any tasks.Specifies a fixed task to run on execute..IntervalChecker.whenNotDue(Runnable task) Specifies a fixed task to run on execute...