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()
           
 
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()
Specified by:
run in interface Runnable