TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.TangoApi
Class AttrReadEvent

java.lang.Object
  extended by 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

Field Summary
 DeviceAttribute[] argout
           
 java.lang.String[] attr_names
           
 DeviceProxy device
           
 boolean err
           
 DevError[] errors
           
 
Constructor Summary
AttrReadEvent(DeviceProxy dev, java.lang.String[] att, DeviceAttribute[] arg, DevError[] err_in)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

device

public DeviceProxy device

attr_names

public java.lang.String[] attr_names

argout

public DeviceAttribute[] argout

errors

public DevError[] errors

err

public boolean err
Constructor Detail

AttrReadEvent

public AttrReadEvent(DeviceProxy dev,
                     java.lang.String[] att,
                     DeviceAttribute[] arg,
                     DevError[] err_in)

TANGO Java API
( TangORB-7.3.3.jar)