Interface CallbackAnimationTarget.OnAnimationTargetFunc

Enclosing class:
CallbackAnimationTarget
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface CallbackAnimationTarget.OnAnimationTargetFunc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAnimationTargetFunc(CallbackHandler __self, double value, Pointer user_data)
    Prototype for animation targets based on user callbacks.
  • Method Details

    • onAnimationTargetFunc

      void onAnimationTargetFunc(CallbackHandler __self, double value, @Nullable Pointer user_data)
      Prototype for animation targets based on user callbacks.
      Parameters:
      value - The animation value
      user_data - The user data provided when creating the target