gov.aps.epics.jca.jni
Class JNIMonitorCallback

java.lang.Object
  |
  +--gov.aps.epics.jca.jni.JNIMonitorCallback

public class JNIMonitorCallback
extends java.lang.Object


Field Summary
protected  gov.aps.epics.jca.jni.JNIChannel _channel
           
protected  gov.aps.epics.jca.MonitorListener _listener
           
 
Constructor Summary
JNIMonitorCallback(gov.aps.epics.jca.jni.JNIChannel channel, gov.aps.epics.jca.MonitorListener l)
           
 
Method Summary
 void fire(int type, int count, int dbrid, int status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_channel

protected gov.aps.epics.jca.jni.JNIChannel _channel

_listener

protected gov.aps.epics.jca.MonitorListener _listener
Constructor Detail

JNIMonitorCallback

public JNIMonitorCallback(gov.aps.epics.jca.jni.JNIChannel channel,
                          gov.aps.epics.jca.MonitorListener l)
Method Detail

fire

public void fire(int type,
                 int count,
                 int dbrid,
                 int status)