fr.esrf.tangoatk.core
Class BooleanSpectrumEvent
java.lang.Object
java.util.EventObject
fr.esrf.tangoatk.core.ATKEvent
fr.esrf.tangoatk.core.BooleanSpectrumEvent
- All Implemented Interfaces:
- java.io.Serializable
public class BooleanSpectrumEvent
- extends ATKEvent
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| 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 |
BooleanSpectrumEvent
public BooleanSpectrumEvent(IBooleanSpectrum source,
boolean[] value,
long timeStamp)
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