de.cau.cs.kieler.synccharts.synchronizer
Class InvokeGMFEditorSynchronizationRunnable

java.lang.Object
  extended by de.cau.cs.kieler.synccharts.synchronizer.InvokeGMFEditorSynchronizationRunnable
All Implemented Interfaces:
Runnable

public class InvokeGMFEditorSynchronizationRunnable
extends Object
implements Runnable

A Runnable encapsulating the activities for synchronizing a graphical view.

Rating red

Constructor Summary
InvokeGMFEditorSynchronizationRunnable(DiagramDocumentEditor thePassiveEditor, org.eclipse.emf.compare.diff.metamodel.DiffModel theDiffModel)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokeGMFEditorSynchronizationRunnable

public InvokeGMFEditorSynchronizationRunnable(DiagramDocumentEditor thePassiveEditor,
                                              org.eclipse.emf.compare.diff.metamodel.DiffModel theDiffModel)
Method Detail

run

public void run()
Specified by:
run in interface Runnable