jca.event
Class GetEvent

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

public class GetEvent
extends java.lang.Object
implements CaEvent


Constructor Summary
GetEvent(PV pv, DBR dbr, java.lang.Object arg, GetListener 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

GetEvent

public GetEvent(PV pv,
                DBR dbr,
                java.lang.Object arg,
                GetListener 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