Interface IHandlyXtextDocument.IUndoableUnitOfWork<R,P>
-
- All Superinterfaces:
org.eclipse.xtext.util.concurrent.IUnitOfWork<R,P>
- Enclosing interface:
- IHandlyXtextDocument
public static interface IHandlyXtextDocument.IUndoableUnitOfWork<R,P> extends org.eclipse.xtext.util.concurrent.IUnitOfWork<R,P>
Represents an undoable unit of work.If a top-level modifying unit of work is undoable, it will be
informed
of an undo change that can beapplied
to the document to revert anymodifications
made by the whole transaction.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
acceptUndoChange(IDocumentChange undoChange)
Informs this unit of work of an undo change.
-
-
-
Method Detail
-
acceptUndoChange
void acceptUndoChange(IDocumentChange undoChange)
Informs this unit of work of an undo change.- Parameters:
undoChange
- nevernull
-
-