org.eclipse.emf.emfstore.internal.client.model.impl
Class ApplyOperationsAndRecordRunnable

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.client.model.impl.ApplyOperationsAndRecordRunnable
All Implemented Interfaces:
Runnable

public class ApplyOperationsAndRecordRunnable
extends Object
implements Runnable

A Runnable implementation that applies a given list of operations onto a ProjectSpaceBase.

Author:
emueller

Constructor Summary
ApplyOperationsAndRecordRunnable(ProjectSpaceBase projectSpaceBase, List<AbstractOperation> operations)
          Constructor.
 
Method Summary
 void run()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplyOperationsAndRecordRunnable

public ApplyOperationsAndRecordRunnable(ProjectSpaceBase projectSpaceBase,
                                        List<AbstractOperation> operations)
Constructor.

Parameters:
projectSpaceBase - the ProjectSpaceBase onto which to apply the operations
operations - the operations to be applied upon the project space
Method Detail

run

public void run()

Specified by:
run in interface Runnable
See Also:
Runnable.run()


Copyright © 2015. All Rights Reserved.