Class ChangesetOperation

java.lang.Object
com.myscript.iink.ChangesetOperation

public final class ChangesetOperation extends Object
Represents a changeset operation.
Since:
3.0
  • Field Details

    • type

      @NotNull public final @NotNull ChangesetOperationType type
      The operation type.
    • strokeIds

      @NotNull public final @NotNull String[] 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

    • equals

      public boolean equals(@Nullable @Nullable Object obj)
      Overrides:
      equals in class Object
    • toString

      @NotNull public @NotNull String toString()
      Overrides:
      toString in class Object