Classes | |
| interface | RunnableWithException |
Static Public Member Functions | |
| static void | dispatchToMainThread (final IAction0 action) |
| Dispatches an action to the main thread. More... | |
| static void | dispatchToMainThread (final IAction0 action, final boolean forceSync) |
| Dispatches an action to the main thread. More... | |
|
static |
Dispatches an action to the main thread.
| control | The control. |
| action | The action. |
|
static |
Dispatches an action to the main thread.
| control | The control. |
| action | The action. |
| forceSync | Whether or not to force the action to run synchronously. |