gov.sandia.ccaffeine.dc.user_iface.MVC.event
Class RemoveInstantiatedComponentEvent
java.lang.Object
java.util.EventObject
gov.sandia.ccaffeine.dc.user_iface.MVC.event.RemoveInstantiatedComponentEvent
- All Implemented Interfaces:
- java.io.Serializable
public class RemoveInstantiatedComponentEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
instanceName
instance name of the removed component |
Fields inherited from class java.util.EventObject |
source |
Method Summary |
java.lang.String |
getInstanceName()
Get the instance name of the removed component |
void |
setInstanceName(java.lang.String instanceName)
Set the instance name of the removed component |
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 |
instanceName
protected java.lang.String instanceName
- instance name of the removed component
RemoveInstantiatedComponentEvent
public RemoveInstantiatedComponentEvent(java.lang.Object source)
- Create an RemoveInstantiatedComponentEvent.
- Parameters:
source
- The entity that created this event.
RemoveInstantiatedComponentEvent
public RemoveInstantiatedComponentEvent(java.lang.Object source,
java.lang.String instanceName)
- Create an RemoveInstantiatedComponentEvent.
- Parameters:
source
- The entity that created this event.instanceName
- the instance name of the removed
component.
component.
getInstanceName
public java.lang.String getInstanceName()
- Get the instance name of the removed component
- Returns:
- instance name of the revmoed component
setInstanceName
public void setInstanceName(java.lang.String instanceName)
- Set the instance name of the removed component
- Parameters:
instanceName
- instance name of the removed component