public interface IApplyChangesWrapper
| Modifier and Type | Method and Description |
|---|---|
void |
wrapApplyChanges(IApplyChangesCallback callback,
ProjectSpace projectSpace,
List<AbstractOperation> operations,
boolean addOperations)
Wrap a call to apply changes.
|
void wrapApplyChanges(IApplyChangesCallback callback, ProjectSpace projectSpace, List<AbstractOperation> operations, boolean addOperations)
callback - the actual code to execute operation applicationprojectSpace - the project spaceoperations - the operationsaddOperations - true if operations should be added as recorded operationsCopyright © 2017. All rights reserved.