Package eu.mihosoft.vmf.runtime.core
Interface Transaction
-
public interface Transaction
A collection of changes. Transactions can be used to describe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Change>
changes()
boolean
isUndoable()
void
undo()
-
-
-
Method Detail
-
changes
java.util.List<Change> changes()
-
isUndoable
boolean isUndoable()
-
undo
void undo()
-
-