TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.TangoApi.events
Class EventCallBackStruct

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

Field Summary
 java.lang.String attr_name
           
 CallBack callback
           
 java.lang.String channel_name
           
 DeviceProxy device
           
 java.lang.String event_name
           
 int event_type
           
 java.lang.String filter_constraint
           
 int filter_id
           
 boolean filter_ok
           
 java.lang.String[] filters
           
 int id
           
 long last_subscribed
           
 int max_size
           
 boolean use_ev_queue
           
 
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
 
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_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
Constructor Detail

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


TANGO Java API
( TangORB-7.3.3.jar)