Class SubsamplingScaleImageView.DefaultOnAnimationEventListener
-
- All Implemented Interfaces:
-
io.rong.imkit.picture.widget.longimage.SubsamplingScaleImageView.OnAnimationEventListener
public class SubsamplingScaleImageView.DefaultOnAnimationEventListener implements SubsamplingScaleImageView.OnAnimationEventListener
Default implementation of OnAnimationEventListener for extension. This does nothing in any method.
-
-
Constructor Summary
Constructors Constructor Description SubsamplingScaleImageView.DefaultOnAnimationEventListener()
-
Method Summary
Modifier and Type Method Description voidonComplete()The animation has completed, having reached its endpoint. voidonInterruptedByUser()The animation has been aborted before reaching its endpoint because the user touched the screen. voidonInterruptedByNewAnim()The animation has been aborted before reaching its endpoint because a new animation has been started. -
-
Method Detail
-
onComplete
void onComplete()
The animation has completed, having reached its endpoint.
-
onInterruptedByUser
void onInterruptedByUser()
The animation has been aborted before reaching its endpoint because the user touched the screen.
-
onInterruptedByNewAnim
void onInterruptedByNewAnim()
The animation has been aborted before reaching its endpoint because a new animation has been started.
-
-
-
-