-
public final class AnimationEvent.AnimationCreatedEvent extends AnimationEvent
Event for each animation that has been created.
-
-
Constructor Summary
Constructors Constructor Description AnimationCreatedEvent(String id)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final AnimationEvent.AnimationCreatedEventcopy(String id)final StringgetId()Id of the animation that was created. -
-
Constructor Detail
-
AnimationCreatedEvent
AnimationCreatedEvent(String id)
-
-
Method Detail
-
component1
final String component1()
-
copy
final AnimationEvent.AnimationCreatedEvent copy(String id)
-
-
-
-