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
-
SCRIDEComponentEvent(SCRIDEComponent, SCRIDEInstance)
- Creates a SCRIDEComponentEvent.
-
getInstance()
- Gets the SCRIDEInstance.
-
getScrComponent()
- Gets the SCRIDEComponent.
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.
getInstance
public SCRIDEInstance getInstance()
- Gets the SCRIDEInstance.
- Returns:
- The SCRIDEInstance that was added or removed.
getScrComponent
public SCRIDEComponent getScrComponent()
- Gets the SCRIDEComponent.
- Returns:
- The SCRIDEComponent that fired the event.
All Packages Class Hierarchy This Package Previous Next Index