gov.aps.jca.event
Class MonitorEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--gov.aps.jca.event.CAEvent
              |
              +--gov.aps.jca.event.MonitorEvent
All Implemented Interfaces:
java.io.Serializable

public class MonitorEvent
extends CAEvent

The listener interface for receiving MonitorEvents.

See Also:
Channel, Serialized Form

Constructor Summary
MonitorEvent(Channel channel, DBR dbr, CAStatus status)
           
 
Method Summary
 DBR getDBR()
           
 CAStatus getStatus()
          Returns the status of the operation.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitorEvent

public MonitorEvent(Channel channel,
                    DBR dbr,
                    CAStatus status)
Method Detail

getDBR

public DBR getDBR()

getStatus

public CAStatus getStatus()
Returns the status of the operation.