fr.esrf.TangoApi
Class AttrReadEvent
java.lang.Object
fr.esrf.TangoApi.AttrReadEvent
- All Implemented Interfaces:
- java.io.Serializable
public class AttrReadEvent
- extends java.lang.Object
- implements java.io.Serializable
Class description: This class is an object used by asynchronous calls
to give data to the callbacks.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
device
public DeviceProxy device
attr_names
public java.lang.String[] attr_names
argout
public DeviceAttribute[] argout
errors
public DevError[] errors
err
public boolean err
AttrReadEvent
public AttrReadEvent(DeviceProxy dev,
java.lang.String[] att,
DeviceAttribute[] arg,
DevError[] err_in)