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

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

public class LoadComponentEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LoadComponentEvent(java.lang.Object source)
          Create a LoadComponentEvent.
LoadComponentEvent(java.lang.Object source, java.lang.String componentClassName)
          Create a LoadComponentEvent.
 
Method Summary
 java.lang.String getComponentClassName()
          Get the class name of the loaded component.
 void setComponentClassName(java.lang.String componentClassName)
          Set the class name of the loaded 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
 

Constructor Detail

LoadComponentEvent

public LoadComponentEvent(java.lang.Object source)
Create a LoadComponentEvent.

Parameters:
source - The entity that created this event.

LoadComponentEvent

public LoadComponentEvent(java.lang.Object source,
                          java.lang.String componentClassName)
Create a LoadComponentEvent.

Parameters:
source - The entity that created this event.
componentClassName - The class name of the loaded component.
Method Detail

getComponentClassName

public java.lang.String getComponentClassName()
Get the class name of the loaded component.

Returns:
The class name of the loaded component.

setComponentClassName

public void setComponentClassName(java.lang.String componentClassName)
Set the class name of the loaded component.

Parameters:
componentClassName - The class name of the loaded component.