org.eclipse.emf.emfstore.internal.client.model.impl
Interface IApplyChangesCallback


public interface IApplyChangesCallback

A callback to implement code that applies to a project.

Author:
koegel

Method Summary
 void applyChangesIntern(ProjectSpace projectSpace, List<AbstractOperation> operations, boolean addOperations)
          Apply a list of operations to a projectSpace.
 

Method Detail

applyChangesIntern

void applyChangesIntern(ProjectSpace projectSpace,
                        List<AbstractOperation> operations,
                        boolean addOperations)
Apply a list of operations to a projectSpace.

Parameters:
projectSpace - the project space
operations - the operations
addOperations - true if operations should be added as recorded operations


Copyright © 2015. All Rights Reserved.