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()
          When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
 
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()
Description copied from interface: Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.

Specified by:
run in interface Runnable