Package heronarts.glx.ui
Class UITimerTask
java.lang.Object
heronarts.glx.ui.UITimerTask
- All Implemented Interfaces:
LXLoopTask
- Direct Known Subclasses:
UITimerTask.Redraw
-
Nested Class Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
UITimerTask
(double period) protected
UITimerTask
(double period, UITimerTask.Mode mode) -
Method Summary
-
Constructor Details
-
UITimerTask
protected UITimerTask(double period) -
UITimerTask
-
-
Method Details
-
loop
public final void loop(double deltaMs) - Specified by:
loop
in interfaceLXLoopTask
-
run
protected abstract void run()Subclasses implement this method to perform the operation
-