public final class AnimatorEvent extends Object
AnimatorListener
.
It contains a reference to the animator and animation progress value which is can be used only in case of
AnimatorListener.animatorPreTick
and AnimatorListener.animatorPostTick
methods.Modifier and Type | Method | Description |
---|---|---|
Animator |
getAnimator() |
Returns the related animator instance.
|
double |
getProgress() |
The animation progress value.
|
public Animator getAnimator()
public double getProgress()
AnimatorListener.animatorPreTick
and AnimatorListener.animatorPostTick
methods.Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.