public interface IApplyChangesCallback
| Modifier and Type | Method and Description |
|---|---|
void |
applyChangesIntern(ProjectSpace projectSpace,
List<AbstractOperation> operations,
boolean addOperations)
Apply a list of operations to a projectSpace.
|
void applyChangesIntern(ProjectSpace projectSpace, List<AbstractOperation> operations, boolean addOperations)
projectSpace - the project spaceoperations - the operationsaddOperations - true if operations should be added as recorded operationsCopyright © 2017. All rights reserved.