Interface AnimationAPI.Animation

Enclosing class:
AnimationAPI

public static interface AnimationAPI.Animation
Interface for animation callbacks.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called on each animation frame.
  • Method Details

    • onAnimate

      void onAnimate(String text)
      Called on each animation frame.
      Parameters:
      text - the text to display