public interface Change
| Modifier and Type | Method and Description |
|---|---|
void |
redo(UndoContext context)
Perform an redo.
|
void |
undo(UndoContext context)
Perform an undo.
|
void undo(UndoContext context) throws WorldEditException
ChangeSet.forwardIterator().context - a context for undoWorldEditException - on an errorvoid redo(UndoContext context) throws WorldEditException
ChangeSet.backwardIterator() ()}.context - a context for redoWorldEditException - on an errorCopyright © 2010-2014. All Rights Reserved.