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

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

public class CcaComponentPropertySetValueEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CcaComponentPropertySetValueEvent(java.lang.Object source)
           
CcaComponentPropertySetValueEvent(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

CcaComponentPropertySetValueEvent

public CcaComponentPropertySetValueEvent(java.lang.Object source)

CcaComponentPropertySetValueEvent

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

getCcaComponentPropertyValue

public CcaComponentPropertyValue getCcaComponentPropertyValue()

setCcaComponentPropertyValue

public void setCcaComponentPropertyValue(CcaComponentPropertyValue ccaComponentParameterValue)