Interface AnimationCallback
-
public interface AnimationCallbackCallback used to handle animation state changes for charts
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAnimationComplete()Method will be invoked when animation completevoidonProgress(double progress)Method will be invoked during animation in progress
-