gov.aps.epics.jca.jni
Class JNIPutCallback

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

public class JNIPutCallback
extends java.lang.Object


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

JNIPutCallback

public JNIPutCallback(gov.aps.epics.jca.jni.JNIChannel channel,
                      gov.aps.epics.jca.PutListener l)
Method Detail

fire

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