Interface QuadViewAnimationListener
public interface QuadViewAnimationListener
Listener that will be notified of QuadView's animation events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when quad view finishes quad animation.void
Called when quad view starts animating quad.
-
Method Details
-
onAnimationStart
void onAnimationStart()Called when quad view starts animating quad. -
onAnimationEnd
void onAnimationEnd()Called when quad view finishes quad animation.
-