Widget.executeInUiThread - multiple declarations
- Function Widget.executeInUiThread
- Function Widget.executeInUiThread
- Function Widget.executeInUiThread
Function Widget.executeInUiThread
execute delegate later in UI thread if this widget will be still available (can be used to modify UI from background thread, or just to postpone execution of action
)
Prototype
void executeInUiThread(
void delegate() runnable
);
Function Widget.executeInUiThread
execute delegate later in UI thread if this widget will be still available (can be used to modify UI from background thread, or just to postpone execution of action
)
Prototype
void executeInUiThread(
void delegate() runnable
);
Function Widget.executeInUiThread
execute delegate later in UI thread if this widget will be still available (can be used to modify UI from background thread, or just to postpone execution of action
)
Prototype
void executeInUiThread(
void delegate() runnable
);
Authors
Vadim Lopatin, coolreader.org@gmail.com
Copyright
Vadim Lopatin, 2014
License
Boost License 1.0