Interface AnimationListener
Package com.here.sdk.animation
Interface AnimationListener
-
public interface AnimationListenerA listener for animation events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAnimationStateChanged(AnimationState state)Called after the state of an animation changes.
-
-
-
Method Detail
-
onAnimationStateChanged
void onAnimationStateChanged(@NonNull AnimationState state)Called after the state of an animation changes.
- Parameters:
state-The animation changed to this state.
-
-