fr.esrf.tangoatk.core
Class BooleanScalarEvent

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

public class BooleanScalarEvent
extends ATKEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BooleanScalarEvent(IBooleanScalar source, boolean value, long timeStamp)
           
 
Method Summary
 boolean getValue()
           
 java.lang.String getVersion()
           
 void setSource(IBooleanScalar 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

BooleanScalarEvent

public BooleanScalarEvent(IBooleanScalar source,
                          boolean value,
                          long timeStamp)
Method Detail

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