Package com.myscript.iink
Class ChangesetOperation
java.lang.Object
com.myscript.iink.ChangesetOperation
Represents a changeset operation.
- Since:
- 3.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @NotNull String[]
The list of changed items.final @NotNull ChangesetOperationType
The operation type. -
Constructor Summary
ConstructorsConstructorDescriptionChangesetOperation
(@NotNull ChangesetOperationType type, @NotNull String[] strokeIds) Constructor. -
Method Summary
-
Field Details
-
type
The operation type. -
strokeIds
The list of changed items.
-
-
Constructor Details
-
ChangesetOperation
public ChangesetOperation(@NotNull @NotNull ChangesetOperationType type, @NotNull @NotNull String[] strokeIds) Constructor.- Parameters:
type
- the operation type.strokeIds
- list of changed items.
-
-
Method Details