Uses of Class
heronarts.lx.LXEngine.Timer
Packages that use LXEngine.Timer
-
Uses of LXEngine.Timer in heronarts.lx
Methods in heronarts.lx that return LXEngine.TimerModifier and TypeMethodDescriptionLXEngine.addInterval
(double intervalMs, Runnable runnable) Add a task to the engine that will run periodically every time the interval has passed, until explicitly canceled.LXEngine.addTimeout
(double timerMs, Runnable runnable) Add a task to the engine that will run if the specified duration of milliseconds expires and the timeout has not been canceled.