public interface ThreadedTaskView extends View
View.PointerType
Modifier and Type | Method and Description |
---|---|
void |
invokeLater(java.lang.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(java.lang.Runnable runnable)
runnable
asynchronously in the toolkit event thread.void setTaskRunning(boolean taskRunning, View executingView)
taskRunning
is true
, a waiting dialog will be shown.
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License