gov.sandia.ccaffeine.dc.user_iface.MVC.event
Class RemoveInstantiatedComponentsEvent
java.lang.Object
java.util.EventObject
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
Fields inherited from class java.util.EventObject |
source |
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 |
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.
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