|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
gov.sandia.ccaffeine.dc.user_iface.MVC.event.ComponentInstancesEvent
public class ComponentInstancesEvent
used to transfer components from one entity to another entity
Field Summary | |
---|---|
protected CcaComponent[] |
ccaComponents
Get the components |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ComponentInstancesEvent(java.lang.Object source)
Create a ComponentInstanceEvent. |
|
ComponentInstancesEvent(java.lang.Object source,
CcaComponent[] ccaComponents)
Create a ComponentInstanceEvent. |
Method Summary | |
---|---|
CcaComponent[] |
getComponents()
get the components |
void |
setComponents(CcaComponent[] ccaComponents)
set the components |
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 |
Field Detail |
---|
protected CcaComponent[] ccaComponents
Constructor Detail |
---|
public ComponentInstancesEvent(java.lang.Object source)
source
- The entity that originated this event.public ComponentInstancesEvent(java.lang.Object source, CcaComponent[] ccaComponents)
source
- The entity that originated this event.ccaComponents
- the componentsMethod Detail |
---|
public CcaComponent[] getComponents()
public void setComponents(CcaComponent[] ccaComponents)
ccaComponents
- The components
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |