Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.jdeveloper.vcs.util
Class VCSIdeCommandProcessor

java.lang.Object
  extended by oracle.jdeveloper.vcs.util.VCSIdeCommandProcessor


public final class VCSIdeCommandProcessor
extends java.lang.Object

Class for the execution of IDE commands through the command processor on the AWT event thread.

Since:
9.0.5

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

invokeAndWait

public static final int invokeAndWait(Command command)
                               throws java.lang.Exception
Invokes the given command synchronously on the AWT event thread.
Parameters:
command - the command to be run.
Returns:
the command result.
Throws:
java.lang.Exception

invokeLater

public static final void invokeLater(Command command)
Invokes the given command asynchronously on the AWT event thread.
Parameters:
command - the command to be run.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.