public class ApplyOperationsAndRecordRunnable extends Object implements Runnable
Runnable implementation that applies a given list of operations
onto a ProjectSpaceBase.| Constructor and Description |
|---|
ApplyOperationsAndRecordRunnable(ProjectSpaceBase projectSpaceBase,
Iterable<AbstractOperation> operations)
Constructor.
|
public ApplyOperationsAndRecordRunnable(ProjectSpaceBase projectSpaceBase, Iterable<AbstractOperation> operations)
projectSpaceBase - the ProjectSpaceBase onto which to apply the operationsoperations - the operations to be applied upon the project spacepublic void run()
run in interface RunnableRunnable.run()Copyright © 2017. All rights reserved.