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