fr.esrf.tangoatk.core
Class BooleanScalarEvent
java.lang.Object
java.util.EventObject
fr.esrf.tangoatk.core.ATKEvent
fr.esrf.tangoatk.core.BooleanScalarEvent
- All Implemented Interfaces:
- java.io.Serializable
public class BooleanScalarEvent
- 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 |
BooleanScalarEvent
public BooleanScalarEvent(IBooleanScalar source,
boolean value,
long timeStamp)
getValue
public boolean getValue()
setValue
public void setValue(boolean value)
setSource
public void setSource(IBooleanScalar source)
getVersion
public java.lang.String getVersion()
- Overrides:
getVersion in class ATKEvent