gov.aps.epics.jca.jni
Class JNIGetCallback

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

public class JNIGetCallback
extends java.lang.Object


Field Summary
protected  gov.aps.epics.jca.jni.JNIChannel _channel
           
protected  gov.aps.epics.jca.GetListener _listener
           
 
Constructor Summary
JNIGetCallback(gov.aps.epics.jca.jni.JNIChannel channel, gov.aps.epics.jca.GetListener 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.GetListener _listener
Constructor Detail

JNIGetCallback

public JNIGetCallback(gov.aps.epics.jca.jni.JNIChannel channel,
                      gov.aps.epics.jca.GetListener l)
Method Detail

fire

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