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

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

public class CcaPortParameterCurrentValueEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CcaPortParameterCurrentValueEvent(java.lang.Object source)
           
CcaPortParameterCurrentValueEvent(java.lang.Object source, CcaPortParameterCurrentValue ccaPortParameterCurrentValue)
           
 
Method Summary
 CcaPortParameterCurrentValue getCcaPortParameterCurrentValue()
           
 void setCcaPortParameterCurrentValue(CcaPortParameterCurrentValue ccaPortParameterCurrentValue)
           
 
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

CcaPortParameterCurrentValueEvent

public CcaPortParameterCurrentValueEvent(java.lang.Object source)

CcaPortParameterCurrentValueEvent

public CcaPortParameterCurrentValueEvent(java.lang.Object source,
                                         CcaPortParameterCurrentValue ccaPortParameterCurrentValue)
Method Detail

getCcaPortParameterCurrentValue

public CcaPortParameterCurrentValue getCcaPortParameterCurrentValue()

setCcaPortParameterCurrentValue

public void setCcaPortParameterCurrentValue(CcaPortParameterCurrentValue ccaPortParameterCurrentValue)