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

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

public class SetPathsToCcaComponentsEvent
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
SetPathsToCcaComponentsEvent(java.lang.Object source)
          Construct a SetPathToCcaComponentsEvent.
SetPathsToCcaComponentsEvent(java.lang.Object source, java.lang.String[] paths)
          Construct a SetPathToCcaComponentsEvent.
 
Method Summary
 java.lang.String[] getPaths()
          Get the paths to the cca componets.
 void getPaths(java.lang.String[] paths)
          Set the paths 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

SetPathsToCcaComponentsEvent

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

Parameters:
source - the entity that originated this event.

SetPathsToCcaComponentsEvent

public SetPathsToCcaComponentsEvent(java.lang.Object source,
                                    java.lang.String[] paths)
Construct a SetPathToCcaComponentsEvent.

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

getPaths

public java.lang.String[] getPaths()
Get the paths to the cca componets.

Returns:
The paths to the cca components.

getPaths

public void getPaths(java.lang.String[] paths)
Set the paths to the cca componets.

Parameters:
paths - The paths to the cca components.