Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.runner
Class RunProcessLifecycleEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.ide.runner.RunProcessLifecycleEvent
All Implemented Interfaces:
java.io.Serializable

public class RunProcessLifecycleEvent
extends java.util.EventObject

Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RunProcessLifecycleEvent(RunProcess runProcess, Context context)
           
 
Method Summary
 Context getContext()
          Return the context of this event if one is available.
 RunProcess getRunProcess()
          The RunProcess with which this event is associated.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RunProcessLifecycleEvent

public RunProcessLifecycleEvent(RunProcess runProcess,
                                Context context)
Method Detail

getRunProcess

public RunProcess getRunProcess()
The RunProcess with which this event is associated.

Returns:

getContext

public Context getContext()
Return the context of this event if one is available.

Returns:

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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