de.cau.cs.kieler.synccharts.synchronizer
Class InvokeXtextEditorSynchronizationRunnable
java.lang.Object
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

Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokeXtextEditorSynchronizationRunnable
public InvokeXtextEditorSynchronizationRunnable(org.eclipse.xtext.ui.editor.XtextEditor theXtextEditor,
org.eclipse.emf.compare.diff.metamodel.DiffModel theDiffModel)
run
public void run()
- Specified by:
run
in interface Runnable