jca.event
Class MonitorEvent

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

public class MonitorEvent
extends java.lang.Object
implements CaEvent


Constructor Summary
MonitorEvent(PV pv, DBR dbr, java.lang.Object arg, MonitorListener l)
           
 
Method Summary
 java.lang.Object arg()
           
 int count()
           
 DBR dbr()
           
 void fire()
           
 int id()
           
 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

MonitorEvent

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

id

public int id()

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