public abstract class UISynchronize extends Object
Constructor and Description |
---|
UISynchronize() |
Modifier and Type | Method and Description |
---|---|
abstract void |
asyncExec(Runnable runnable)
Schedules the runnable on the UI-Thread for execution and returns
immediately
|
abstract void |
syncExec(Runnable runnable)
Executes the runnable on the UI-Thread and blocks until the runnable is
finished
|
public abstract void syncExec(Runnable runnable)
runnable
- the runnable to executepublic abstract void asyncExec(Runnable runnable)
runnable
- the runnable to execute
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.