gov.aps.epics.jca.jni
Class JNIConnectionCallback

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

public class JNIConnectionCallback
extends java.lang.Object


Field Summary
protected  gov.aps.epics.jca.jni.JNIChannel _channel
           
protected  gov.aps.epics.jca.ConnectionListener _listener
           
 
Constructor Summary
JNIConnectionCallback(gov.aps.epics.jca.jni.JNIChannel channel, gov.aps.epics.jca.ConnectionListener l)
           
 
Method Summary
 void fire(boolean isConnected)
           
 
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.ConnectionListener _listener
Constructor Detail

JNIConnectionCallback

public JNIConnectionCallback(gov.aps.epics.jca.jni.JNIChannel channel,
                             gov.aps.epics.jca.ConnectionListener l)
Method Detail

fire

public void fire(boolean isConnected)