-
public final class AnimationEvent.AnimationCanceledEvent extends AnimationEvent
Event for when an animation has been cancelled.
-
-
Constructor Summary
Constructors Constructor Description AnimationCanceledEvent(String id)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final AnimationEvent.AnimationCanceledEventcopy(String id)final StringgetId()Id of the animation that was cancelled. -
-
Constructor Detail
-
AnimationCanceledEvent
AnimationCanceledEvent(String id)
-
-
Method Detail
-
component1
final String component1()
-
copy
final AnimationEvent.AnimationCanceledEvent copy(String id)
-
-
-
-