fr.esrf.tangoatk.core
Class BooleanSpectrumEvent

java.lang.Object
  extended by java.util.EventObject
      extended by fr.esrf.tangoatk.core.ATKEvent
          extended by fr.esrf.tangoatk.core.BooleanSpectrumEvent
All Implemented Interfaces:
java.io.Serializable

public class BooleanSpectrumEvent
extends ATKEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BooleanSpectrumEvent(IBooleanSpectrum source, boolean[] value, long timeStamp)
           
 
Method Summary
 boolean[] getValue()
           
 java.lang.String getVersion()
           
 void setSource(IBooleanSpectrum source)
           
 void setValue(boolean[] value)
           
 
Methods inherited from class fr.esrf.tangoatk.core.ATKEvent
getTimeStamp, setTimeStamp
 
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

BooleanSpectrumEvent

public BooleanSpectrumEvent(IBooleanSpectrum source,
                            boolean[] value,
                            long timeStamp)
Method Detail

getValue

public boolean[] getValue()

setValue

public void setValue(boolean[] value)

setSource

public void setSource(IBooleanSpectrum source)

getVersion

public java.lang.String getVersion()
Overrides:
getVersion in class ATKEvent