Interface AnimationScheduler.AnimationCallback

Enclosing class:
AnimationScheduler

public static interface AnimationScheduler.AnimationCallback
The callback used when an animation frame becomes available.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(double timestamp)
    Invokes the command.
  • Method Details

    • execute

      void execute(double timestamp)
      Invokes the command.
      Parameters:
      timestamp - the current timestamp