public interface AnimatorListener
Animator
.Modifier and Type | Method and Description |
---|---|
void |
animatorFinished(AnimatorEvent event)
Called when an animator is finished - means it was running for 500+ms.
|
void |
animatorPostTick(AnimatorEvent event)
Called immediately after the animator performs a tick of an animation.
|
void |
animatorPreTick(AnimatorEvent event)
Called immediately before the animator performs a tick of an animation.
|
void |
animatorReset(AnimatorEvent event)
Called when an animator is changed, so the animation has to be restarted.
|
void |
animatorStarted(AnimatorEvent event)
Called when an animator is invoked to be started.
|
void animatorStarted(AnimatorEvent event)
event
- the animator eventvoid animatorReset(AnimatorEvent event)
event
- the animator eventvoid animatorFinished(AnimatorEvent event)
event
- the animator eventvoid animatorPreTick(AnimatorEvent event)
event
- the animator eventvoid animatorPostTick(AnimatorEvent event)
event
- the animator event