IUndoableOperation
implementations contributed by MVC.FX.See: Description
Interface | Description |
---|---|
ITransactionalOperation |
An
ITransactionalOperation is an IUndoableOperation that
tolerates successive calls to
IUndoableOperation.execute(IProgressMonitor, IAdaptable) and
IUndoableOperation.undo(IProgressMonitor, IAdaptable) and allows
to check whether it has an overall effect (ITransactionalOperation.isNoOp() ) compared to the
initial state upon construction. |
IUndoableOperation
implementations contributed by MVC.FX.Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.