AnimationListener (API Reference)
Package com.here.sdk.animation
Interface AnimationListener
public interface AnimationListener
A listener for animation events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled after the state of an animation changes.
-
Method Details
-
onAnimationStateChanged
Called after the state of an animation changes.
- Parameters:
state-The animation changed to this state.
-