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

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

public class CcaComponentPropertyValueEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CcaComponentPropertyValueEvent(java.lang.Object source)
           
CcaComponentPropertyValueEvent(java.lang.Object source, CcaComponentPropertyValue ccaComponentParameterValue)
           
 
Method Summary
 CcaComponentPropertyValue getCcaComponentPropertyValue()
           
 void setCcaComponentPropertyValue(CcaComponentPropertyValue ccaComponentParameterValue)
           
 
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

CcaComponentPropertyValueEvent

public CcaComponentPropertyValueEvent(java.lang.Object source)

CcaComponentPropertyValueEvent

public CcaComponentPropertyValueEvent(java.lang.Object source,
                                      CcaComponentPropertyValue ccaComponentParameterValue)
Method Detail

getCcaComponentPropertyValue

public CcaComponentPropertyValue getCcaComponentPropertyValue()

setCcaComponentPropertyValue

public void setCcaComponentPropertyValue(CcaComponentPropertyValue ccaComponentParameterValue)