|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.util.UIThreadUtil
public class UIThreadUtil
| Constructor Summary | |
|---|---|
UIThreadUtil()
|
|
| Method Summary | ||
|---|---|---|
static void |
executeASync(java.lang.Runnable runnable)
|
|
static
|
executeSync(java.util.concurrent.Callable<V> callable)
This method should be used when executing a Callable on the event thread. |
|
static void |
executeSync(java.lang.Runnable runnable)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIThreadUtil()
| Method Detail |
|---|
public static <V> V executeSync(java.util.concurrent.Callable<V> callable)
throws java.lang.Exception
java.lang.Exceptionpublic static void executeSync(java.lang.Runnable runnable)
public static void executeASync(java.lang.Runnable runnable)
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||