public interface IUiThreadAccessCommon
Modifier and Type | Method and Description |
---|---|
void |
invokeAndWait(java.lang.Runnable runnable)
Invokes the given runnable in the ui thread and block until
the operation is finished.
|
void |
invokeLater(java.lang.Runnable runnable)
Invokes the given runnable later in the ui thread
|
boolean |
isUiThread()
Checks if the invoking thread is the ui thread
|
boolean isUiThread()
void invokeLater(java.lang.Runnable runnable)
runnable
- The runnable to invokevoid invokeAndWait(java.lang.Runnable runnable) throws java.lang.InterruptedException
runnable
- The runnable to invokejava.lang.InterruptedException
Siehe auch Jowidgets Nutzerhandbuch