jca.event
Class ConnectionEvent

java.lang.Object
  |
  +--jca.event.ConnectionEvent
All Implemented Interfaces:
CaEvent

public class ConnectionEvent
extends java.lang.Object
implements CaEvent


Field Summary
protected  jca.event.ConnectionListener m_listener
           
protected  int m_op
           
protected  jca.PV m_pv
           
 
Constructor Summary
ConnectionEvent(jca.PV pv, int op)
           
 
Method Summary
 int op()
           
 jca.PV pv()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_pv

protected jca.PV m_pv

m_op

protected int m_op

m_listener

protected jca.event.ConnectionListener m_listener
Constructor Detail

ConnectionEvent

public ConnectionEvent(jca.PV pv,
                       int op)
Method Detail

pv

public jca.PV pv()

op

public int op()