public static interface IHandlyXtextDocument.IUndoableUnitOfWork<R,P>
extends org.eclipse.xtext.util.concurrent.IUnitOfWork<R,P>
If a top-level modifying unit of work is undoable, it will be informed
of an
undo change that can be applied
to the document to revert any modifications
made by
the whole transaction.
Modifier and Type | Method and Description |
---|---|
void |
acceptUndoChange(IDocumentChange undoChange)
Informs this unit of work of an undo change.
|
void acceptUndoChange(IDocumentChange undoChange)
undoChange
- never null
Copyright (c) 2014, 2019 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0