public static class SubsamplingScaleImageView.DefaultOnAnimationEventListener extends java.lang.Object implements SubsamplingScaleImageView.OnAnimationEventListener
SubsamplingScaleImageView.OnAnimationEventListener for extension. This does nothing in any method.| Constructor and Description |
|---|
DefaultOnAnimationEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete()
The animation has completed, having reached its endpoint.
|
void |
onInterruptedByNewAnim()
The animation has been aborted before reaching its endpoint because a new animation has been started.
|
void |
onInterruptedByUser()
The animation has been aborted before reaching its endpoint because the user touched the screen.
|
public void onComplete()
SubsamplingScaleImageView.OnAnimationEventListeneronComplete in interface SubsamplingScaleImageView.OnAnimationEventListenerpublic void onInterruptedByUser()
SubsamplingScaleImageView.OnAnimationEventListeneronInterruptedByUser in interface SubsamplingScaleImageView.OnAnimationEventListenerpublic void onInterruptedByNewAnim()
SubsamplingScaleImageView.OnAnimationEventListeneronInterruptedByNewAnim in interface SubsamplingScaleImageView.OnAnimationEventListener