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()
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 |
InvokeXtextEditorSynchronizationRunnable
public InvokeXtextEditorSynchronizationRunnable(org.eclipse.xtext.ui.editor.XtextEditor theXtextEditor,
org.eclipse.emf.compare.diff.metamodel.DiffModel theDiffModel)
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