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