| Package | Description | 
|---|---|
| oracle.ide.runner | 
 Contains classes that allow addins some level of control on the IDE runner system. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RunProcessLifecycleListener.finished(RunProcessLifecycleEvent event)
Invoked when a RunProcess has finished terminating. 
 | 
void | 
RunProcessLifecycleListener.finishedPreparing(RunProcessLifecycleEvent event)
Invoked when a RunProcess has finished preparing to start. 
 | 
protected void | 
RunProcess.fireFinished(RunProcessLifecycleEvent event)  | 
protected void | 
RunProcess.fireFinishedPreparing(RunProcessLifecycleEvent event)  | 
protected void | 
RunProcess.firePreparingToStart(RunProcessLifecycleEvent event,
                    boolean userCanTerminate)  | 
protected void | 
RunProcess.fireStarted(RunProcessLifecycleEvent event,
           boolean userCanTerminate)  | 
void | 
RunProcessLifecycleListener.preparing(RunProcessLifecycleEvent event,
         boolean userCanTerminate)
Invoked when a RunProcess is preparing to start. 
 | 
void | 
RunProcessLifecycleListener.started(RunProcessLifecycleEvent event,
       boolean userCanTerminate)
Invoked when a RunProcess has finished starting. 
 |