public interface ThreadedTaskView extends View
Modifier and Type | Method and Description |
---|---|
void |
invokeLater(Runnable runnable)
Executes
runnable asynchronously in the toolkit event thread. |
void |
setTaskRunning(boolean taskRunning,
View executingView)
Sets the running status of the threaded task.
|
void invokeLater(Runnable runnable)
runnable
asynchronously in the toolkit event thread.void setTaskRunning(boolean taskRunning, View executingView)
taskRunning
is true
, a waiting dialog will be shown.
© Copyrights 2006-2017 Emmanuel PUYBARET / eTeks
Distributed under GNU General Public License