List of all members.
Member Function Documentation
static void runInDisplayThread |
( |
final Widget |
widget, |
|
|
final Runnable |
runnable |
|
) |
| [static] |
- Parameters:
-
widget | the widget associated with this task. It will be checked for disposal prior to the runnable being executed. |
runnable | the task to carry out. |
static boolean runInDisplayThread |
( |
final Widget |
widget, |
|
|
final Runnable |
runnable, |
|
|
boolean |
blockUntilFinished |
|
) |
| [static] |
- Parameters:
-
widget | the widget associated with this task. It will be checked for disposal prior to the runnable being executed. |
runnable | the task to carry out. |
blockUntilFinished | whether the invoking thread should wait until the runnable completes in the UI thread |
- Returns:
- whether the runnable was run
The documentation for this class was generated from the following file: