Class AnimatorAdapter<T>

java.lang.Object
org.vanted.animation.AnimatorAdapter<T>
All Implemented Interfaces:
AnimatorListener<T>

public class AnimatorAdapter<T>
extends Object
implements AnimatorListener<T>
Adapter for the AnimatorListener interface, providing default empty implementation. Useful, given you don't need all interface methods.
Since:
2.7.0
Author:
D. Garkov