-
public final class AnimationEvent.AnimationStartedEvent extends AnimationEvent
Event for animation that has been started.
-
-
Constructor Summary
Constructors Constructor Description AnimationStartedEvent(Animation animation)
-
Method Summary
Modifier and Type Method Description final Animationcomponent1()final AnimationEvent.AnimationStartedEventcopy(Animation animation)final AnimationgetAnimation()Animation that was started. -
-
Constructor Detail
-
AnimationStartedEvent
AnimationStartedEvent(Animation animation)
-
-
Method Detail
-
component1
final Animation component1()
-
copy
final AnimationEvent.AnimationStartedEvent copy(Animation animation)
-
getAnimation
final Animation getAnimation()
Animation that was started.
-
-
-
-