| 
 | 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.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 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 | |||||||||