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)

class Widget
void
executeInUiThread
(
void delegate
()
runnable
)

Meta