gov.sandia.ccaffeine.dc.user_iface.MVC.event
Class SetPathsToCcaComponentsEvent
java.lang.Object
java.util.EventObject
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
Fields inherited from class java.util.EventObject |
source |
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 |
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.
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.