java.lang.Object
org.eclipse.swt.widgets.Synchronizer
org.eclipse.ui.internal.UISynchronizer
- public class UISynchronizer
- extends org.eclipse.swt.widgets.Synchronizer
| Fields inherited from class org.eclipse.swt.widgets.Synchronizer |
|
|
Method Summary |
void |
syncExec(java.lang.Runnable runnable)
Causes the run() method of the runnable to
be invoked by the user-interface thread at the next
reasonable opportunity. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lockListener
protected UILockListener lockListener
UISynchronizer
public UISynchronizer(org.eclipse.swt.widgets.Display display,
UILockListener lock)
syncExec
public void syncExec(java.lang.Runnable runnable)
- Description copied from class:
org.eclipse.swt.widgets.Synchronizer
- Causes the
run() method of the runnable to
be invoked by the user-interface thread at the next
reasonable opportunity. The thread which calls this method
is suspended until the runnable completes.