jca.event
Class ConnectionEvent

java.lang.Object
  |
  +--jca.event.ConnectionEvent

public class ConnectionEvent
extends java.lang.Object
implements CaEvent


Constructor Summary
ConnectionEvent(PV pv, ConnectionListener l)
           
 
Method Summary
 void fire()
           
 int op()
           
 PV pv()
           
 void update(int op)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionEvent

public ConnectionEvent(PV pv,
                       ConnectionListener l)
Method Detail

pv

public PV pv()

op

public int op()

fire

public void fire()
Specified by:
fire in interface CaEvent

update

public void update(int op)
Specified by:
update in interface CaEvent