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

java.lang.Object
  extended by java.util.EventObject
      extended by 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
 
Constructor Summary
RemoveInstantiatedComponentEvent(java.lang.Object source)
          Create an RemoveInstantiatedComponentEvent.
RemoveInstantiatedComponentEvent(java.lang.Object source, java.lang.String instanceName)
          Create an RemoveInstantiatedComponentEvent.
 
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
 

Field Detail

instanceName

protected java.lang.String instanceName
instance name of the removed component

Constructor Detail

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.
Method Detail

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