public static class SubsamplingScaleImageView.DefaultOnAnimationEventListener extends 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.OnAnimationEventListener
onComplete
in interface SubsamplingScaleImageView.OnAnimationEventListener
public void onInterruptedByUser()
SubsamplingScaleImageView.OnAnimationEventListener
onInterruptedByUser
in interface SubsamplingScaleImageView.OnAnimationEventListener
public void onInterruptedByNewAnim()
SubsamplingScaleImageView.OnAnimationEventListener
onInterruptedByNewAnim
in interface SubsamplingScaleImageView.OnAnimationEventListener