|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdeveloper.vcs.util.VCSIdeCommandProcessor
public final class VCSIdeCommandProcessor
Class for the execution of IDE commands through the command processor on the AWT event thread.
| Method Summary | |
|---|---|
static int |
invokeAndWait(Command command)Invokes the given command synchronously on the AWT event thread. |
static void |
invokeLater(Command command)Invokes the given command asynchronously on the AWT event thread. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final int invokeAndWait(Command command)
throws java.lang.Exception
command - the command to be run.java.lang.Exceptionpublic static final void invokeLater(Command command)
command - the command to be run.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||