jca.event
Class PutEvent

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

public class PutEvent
extends java.lang.Object
implements CaEvent


Constructor Summary
PutEvent(PV pv, DBR dbr, java.lang.Object arg, PutListener l)
           
 
Method Summary
 java.lang.Object arg()
           
 int count()
           
 DBR dbr()
           
 void fire()
           
 PV pv()
           
 int status()
           
 int type()
           
 void update(int status)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PutEvent

public PutEvent(PV pv,
                DBR dbr,
                java.lang.Object arg,
                PutListener l)
Method Detail

pv

public PV pv()

type

public int type()

count

public int count()

dbr

public DBR dbr()

arg

public java.lang.Object arg()

status

public int status()

fire

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

update

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