Package 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:
Serializable
public class MonitorEvent extends CAEvent
The listener interface for receiving MonitorEvents.- See Also:
Channel, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MonitorEvent(Channel channel, DBR dbr, CAStatus status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBRgetDBR()CAStatusgetStatus()Returns the status of the operation.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-