|
TANGO Java API ( TangORB-7.3.3.jar) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.esrf.TangoApi.events.EventData
public class EventData
| Field Summary | |
|---|---|
AttributeInfoEx |
attr_config
|
DeviceAttribute |
attr_value
|
AttDataReady |
data_ready
|
long |
date
|
DeviceProxy |
device
|
boolean |
err
|
DevError[] |
errors
|
java.lang.String |
event
|
int |
event_type
|
java.lang.String |
name
|
| Constructor Summary | |
|---|---|
EventData(DeviceProxy device,
java.lang.String name,
java.lang.String event,
int event_type,
DeviceAttribute attr_value,
AttributeInfoEx attr_config,
AttDataReady data_ready,
DevError[] errors)
Creates a new instance of EventData |
|
| Method Summary | |
|---|---|
boolean |
isAttrConfig()
return true if event is TangoConst.ATT_CONF_EVENT |
boolean |
isAttrDataReady()
return true if event is TangoConst.DATA_READY_EVENT |
boolean |
isAttrValue()
return true if event is NOT TangoConst.ATT_CONF_EVENT |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public DeviceProxy device
public java.lang.String name
public java.lang.String event
public int event_type
public DeviceAttribute attr_value
public AttributeInfoEx attr_config
public AttDataReady data_ready
public DevError[] errors
public boolean err
public long date
| Constructor Detail |
|---|
public EventData(DeviceProxy device,
java.lang.String name,
java.lang.String event,
int event_type,
DeviceAttribute attr_value,
AttributeInfoEx attr_config,
AttDataReady data_ready,
DevError[] errors)
| Method Detail |
|---|
public boolean isAttrValue()
public boolean isAttrConfig()
public boolean isAttrDataReady()
|
TANGO Java API ( TangORB-7.3.3.jar) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||