Module hanyaeger

Interface AnimationCallback

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 interface AnimationCallback
When used with an Animation that support a callback, this interface should be implemented by the object that supplies the callback-method.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method to be implemented to handle the callback.
  • Method Details

    • call

      void call()
      Method to be implemented to handle the callback. This method will be called whenever an Animation finishes.