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

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

public class SetPathToCcaComponentsEvent
extends java.util.EventObject

Used to notify listeners that the path to the cca components is set.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SetPathToCcaComponentsEvent(java.lang.Object source)
          Construct a SetPathToCcaComponentsEvent.
SetPathToCcaComponentsEvent(java.lang.Object source, java.lang.String path)
          Construct a SetPathToCcaComponentsEvent.
 
Method Summary
 java.lang.String getPath()
          Get the path to the cca componets.
 void getPath(java.lang.String path)
          Set the path to the cca componets.
 
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

SetPathToCcaComponentsEvent

public SetPathToCcaComponentsEvent(java.lang.Object source)
Construct a SetPathToCcaComponentsEvent.

Parameters:
source - the entity that originated this event.

SetPathToCcaComponentsEvent

public SetPathToCcaComponentsEvent(java.lang.Object source,
                                   java.lang.String path)
Construct a SetPathToCcaComponentsEvent.

Parameters:
source - the entity that originated this event.
path - the path to the cca components.
Method Detail

getPath

public java.lang.String getPath()
Get the path to the cca componets.

Returns:
The path to the cca components.

getPath

public void getPath(java.lang.String path)
Set the path to the cca componets.

Parameters:
path - The path to the cca components.