- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
When used with an
Animation
that support a callback, this interface should be implemented
by the object that supplies the callback-method.-
Method Summary
-
Method Details
-
call
void call()Method to be implemented to handle the callback. This method will be called whenever anAnimation
finishes.
-