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.ide.runner
Interface RunProcessLifecycleListener

All Superinterfaces:
java.util.EventListener

public interface RunProcessLifecycleListener
extends java.util.EventListener

The listener interface for receiving notification RunProcess lifecycle events. The current events that can be monitored are after the RunProcess has been started (at the time it is being added to the global Run Manager menus) and after the RunProcess has been terminated (or finished, at the time it is being removed from the global Run Manager menus).

Since:
11.1.1

Method Summary
 void finished(RunProcessLifecycleEvent event)
          Invoked when a RunProcess has finished terminating.
 void started(RunProcessLifecycleEvent event, boolean userCanTerminate)
          Invoked when a RunProcess has finished starting.

 

Method Detail

started

void started(RunProcessLifecycleEvent event,
             boolean userCanTerminate)
Invoked when a RunProcess has finished starting.
Parameters:
event - The details of this event
userCanTerminate - True if this process can be terminated by the user in the RunManager window, the global menu, or a terminate button; false otherwise

finished

void finished(RunProcessLifecycleEvent event)
Invoked when a RunProcess has finished terminating.
Parameters:
event - The details of this event

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.