public final class VCSIdeEventRecorder
extends java.lang.Object
Utility class to support time-based decisions relating to IDE events.
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | hasMainWindowOpened()Asks whether the 'main window opened' IDE event has been received. | 
| static void | invokeAfterMainWindowOpened(java.lang.Runnable r)Invokes the given runnable, guaranteeing that the IDE has fired the
 'main window opened' IDE event before the runnable is called. | 
public static final boolean hasMainWindowOpened()
public static final void invokeAfterMainWindowOpened(java.lang.Runnable r)
r - the runnable to invoke.