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

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

public class InvokeXtextEditorSynchronizationRunnable
extends Object
implements Runnable

A Runnable encapsulating the activities for synchronizing a textual view.

Rating red

Constructor Summary
InvokeXtextEditorSynchronizationRunnable(org.eclipse.xtext.ui.editor.XtextEditor theXtextEditor, 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

InvokeXtextEditorSynchronizationRunnable

public InvokeXtextEditorSynchronizationRunnable(org.eclipse.xtext.ui.editor.XtextEditor theXtextEditor,
                                                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