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