jca.event
Class MonitorEvent

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

public class MonitorEvent
extends java.lang.Object
implements CaEvent


Field Summary
protected  java.lang.Object m_arg
           
protected  jca.dbr.DBR m_dbr
           
protected  int m_id
           
protected  jca.PV m_pv
           
protected  int m_status
           
 
Constructor Summary
MonitorEvent(jca.PV pv, jca.dbr.DBR dbr, java.lang.Object arg, int status)
           
 
Method Summary
 java.lang.Object arg()
           
 int count()
           
 jca.dbr.DBR dbr()
           
 int id()
           
 jca.PV pv()
           
 int status()
           
 int type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_id

protected int m_id

m_pv

protected jca.PV m_pv

m_dbr

protected jca.dbr.DBR m_dbr

m_arg

protected java.lang.Object m_arg

m_status

protected int m_status
Constructor Detail

MonitorEvent

public MonitorEvent(jca.PV pv,
                    jca.dbr.DBR dbr,
                    java.lang.Object arg,
                    int status)
Method Detail

id

public int id()

pv

public jca.PV pv()

type

public int type()

count

public int count()

dbr

public jca.dbr.DBR dbr()

arg

public java.lang.Object arg()

status

public int status()