Class UITimerTask

java.lang.Object
heronarts.glx.ui.UITimerTask
All Implemented Interfaces:
LXLoopTask
Direct Known Subclasses:
UITimerTask.Redraw

public abstract class UITimerTask extends Object implements LXLoopTask
  • Constructor Details

    • UITimerTask

      protected UITimerTask(double period)
    • UITimerTask

      protected UITimerTask(double period, UITimerTask.Mode mode)
  • Method Details

    • loop

      public final void loop(double deltaMs)
      Specified by:
      loop in interface LXLoopTask
    • run

      protected abstract void run()
      Subclasses implement this method to perform the operation