fr.esrf.TangoApi.events
Class EventCallBackStruct
java.lang.Object
fr.esrf.TangoApi.events.EventCallBackStruct
- All Implemented Interfaces:
- java.io.Serializable
public class EventCallBackStruct
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- pascal_verdier
- See Also:
- Serialized Form
|
Constructor Summary |
EventCallBackStruct()
Creates a new instance of EventCallBackStruct |
EventCallBackStruct(DeviceProxy device,
java.lang.String attr_name,
java.lang.String event_name,
java.lang.String channel_name,
CallBack callback,
int max_size,
int id,
int event_type,
java.lang.String filter_constraint,
int filter_id,
java.lang.String[] filters,
boolean filter_ok)
Creates a new instance of EventCallBackStruct |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
device
public DeviceProxy device
attr_name
public java.lang.String attr_name
event_name
public java.lang.String event_name
channel_name
public java.lang.String channel_name
filter_constraint
public java.lang.String filter_constraint
callback
public CallBack callback
max_size
public int max_size
last_subscribed
public long last_subscribed
event_type
public int event_type
id
public int id
filter_id
public int filter_id
filters
public java.lang.String[] filters
filter_ok
public boolean filter_ok
use_ev_queue
public boolean use_ev_queue
EventCallBackStruct
public EventCallBackStruct()
- Creates a new instance of EventCallBackStruct
EventCallBackStruct
public EventCallBackStruct(DeviceProxy device,
java.lang.String attr_name,
java.lang.String event_name,
java.lang.String channel_name,
CallBack callback,
int max_size,
int id,
int event_type,
java.lang.String filter_constraint,
int filter_id,
java.lang.String[] filters,
boolean filter_ok)
- Creates a new instance of EventCallBackStruct