gov.sandia.ccaffeine.dc.user_iface.MVC.event
Class RemoveInstantiatedComponentsEvent

java.lang.Object
  extended by java.util.EventObject
      extended by gov.sandia.ccaffeine.dc.user_iface.MVC.event.RemoveInstantiatedComponentsEvent
All Implemented Interfaces:
java.io.Serializable

public class RemoveInstantiatedComponentsEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RemoveInstantiatedComponentsEvent(java.lang.Object source)
          Create an RemoveInstantiatedComponentsEvent.
RemoveInstantiatedComponentsEvent(java.lang.Object source, CcaComponentInstanceNames instanceNames)
          Create an RemoveInstantiatedComponentsEvent.
 
Method Summary
 CcaComponentInstanceNames getInstanceNames()
          Get the instance names of the removed component
 void setInstanceNames(CcaComponentInstanceNames instanceNames)
          Set the instance names of the removed components
 
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

RemoveInstantiatedComponentsEvent

public RemoveInstantiatedComponentsEvent(java.lang.Object source)
Create an RemoveInstantiatedComponentsEvent.

Parameters:
source - The entity that created this event.

RemoveInstantiatedComponentsEvent

public RemoveInstantiatedComponentsEvent(java.lang.Object source,
                                         CcaComponentInstanceNames instanceNames)
Create an RemoveInstantiatedComponentsEvent.

Parameters:
source - The entity that created this event.
instanceNames - the instance name of the removed components. component.
Method Detail

getInstanceNames

public CcaComponentInstanceNames getInstanceNames()
Get the instance names of the removed component

Returns:
instance names of the revmoed component

setInstanceNames

public void setInstanceNames(CcaComponentInstanceNames instanceNames)
Set the instance names of the removed components

Parameters:
instanceNames - instance name of the removed components