-
public final class ChangedInputWraps the data necessary for grabbing an input with name with value is necessary when wrapping SMINumber and SMIBoolean inputs.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringstateMachineNameprivate final Stringnameprivate final Objectvalueprivate final StringnestedArtboardPath
-
Constructor Summary
Constructors Constructor Description ChangedInput(String stateMachineName, String name, Object value, String nestedArtboardPath)
-
Method Summary
Modifier and Type Method Description final StringgetStateMachineName()final StringgetName()final ObjectgetValue()final StringgetNestedArtboardPath()-
-
Method Detail
-
getStateMachineName
final String getStateMachineName()
-
getNestedArtboardPath
final String getNestedArtboardPath()
-
-
-
-