Package io.webfolder.cdp.event.animation
Class AnimationCreated
- java.lang.Object
-
- io.webfolder.cdp.event.animation.AnimationCreated
-
public class AnimationCreated extends Object
Event for each animation that has been created
-
-
Constructor Summary
Constructors Constructor Description AnimationCreated()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Id of the animation that was created.void
setId(String id)
Id of the animation that was created.
-