Interface Animations.Procedure

  • Enclosing class:
    Animations

    public static interface Animations.Procedure
    Trivial wrapper for zero-argument-zero-return function, used as a callback for an animation to trigger painting.
    • Method Detail

      • execute

        void execute()