Package gov.aps.jca.event
Class GetEvent
- java.lang.Object
-
- java.util.EventObject
-
- gov.aps.jca.event.CAEvent
-
- gov.aps.jca.event.GetEvent
-
- All Implemented Interfaces:
Serializable
public class GetEvent extends CAEvent
An event which indicates the completion of an asynchronous Get request.- See Also:
Channel, Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBRgetDBR()Returns the DBR object containing the requested value.CAStatusgetStatus()-
Methods inherited from class java.util.EventObject
getSource, toString
-
-