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

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

public class CcaComponentPropertyValuesEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CcaComponentPropertyValuesEvent(java.lang.Object source)
           
CcaComponentPropertyValuesEvent(java.lang.Object source, CcaComponentPropertyValue[] ccaComponentParameterValues)
           
 
Method Summary
 CcaComponentPropertyValue[] getCcaComponentPropertyValues()
           
 void setCcaComponentPropertyValue(CcaComponentPropertyValue[] ccaComponentParameterValues)
           
 
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

CcaComponentPropertyValuesEvent

public CcaComponentPropertyValuesEvent(java.lang.Object source)

CcaComponentPropertyValuesEvent

public CcaComponentPropertyValuesEvent(java.lang.Object source,
                                       CcaComponentPropertyValue[] ccaComponentParameterValues)
Method Detail

getCcaComponentPropertyValues

public CcaComponentPropertyValue[] getCcaComponentPropertyValues()

setCcaComponentPropertyValue

public void setCcaComponentPropertyValue(CcaComponentPropertyValue[] ccaComponentParameterValues)