Interface Transaction


  • public interface Transaction
    A collection of changes. Transactions can be used to describe
    • Method Detail

      • changes

        java.util.List<Change> changes()
      • isUndoable

        boolean isUndoable()
      • undo

        void undo()