DefaultOnAnimationEventListener

Default implementation of OnAnimationEventListener for extension. This does nothing in any method.

Functions

Link copied to clipboard
public void onComplete()
The animation has completed, having reached its endpoint.
Link copied to clipboard
public void onInterruptedByNewAnim()
The animation has been aborted before reaching its endpoint because a new animation has been started.
Link copied to clipboard
public void onInterruptedByUser()
The animation has been aborted before reaching its endpoint because the user touched the screen.