All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.script.ide.SCRIDEComponentEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.ibm.beans.script.ide.SCRIDEComponentEvent

public class SCRIDEComponentEvent
extends EventObject
The Scripting IDE Component Event is fired by the SCRIDEComponent class when a SCRIDEInstance was added or removed from the SCRIDEComponent class.

See Also:
SCRIDEComponent, SCRIDEInstance

Constructor Index

 o SCRIDEComponentEvent(SCRIDEComponent, SCRIDEInstance)
Creates a SCRIDEComponentEvent.

Method Index

 o getInstance()
Gets the SCRIDEInstance.
 o getScrComponent()
Gets the SCRIDEComponent.

Constructors

 o SCRIDEComponentEvent
 public SCRIDEComponentEvent(SCRIDEComponent source,
                             SCRIDEInstance newInstance)
Creates a SCRIDEComponentEvent.

Parameters:
source - The Source SCRIDEComponent that created the event.
newInstance - The SCRIDEInstance that was added or removed.

Methods

 o getInstance
 public SCRIDEInstance getInstance()
Gets the SCRIDEInstance.

Returns:
The SCRIDEInstance that was added or removed.
 o getScrComponent
 public SCRIDEComponent getScrComponent()
Gets the SCRIDEComponent.

Returns:
The SCRIDEComponent that fired the event.

All Packages  Class Hierarchy  This Package  Previous  Next  Index