public final class VCSIdeCommandProcessor
extends java.lang.Object
Class for the execution of IDE commands through the command processor on the AWT event thread.
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
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.