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:
java.io.Serializable

public class GetEvent
extends CAEvent

An event which indicates the completion of an asynchronous Get request.

See Also:
Channel, Serialized Form

Constructor Summary
GetEvent(Channel channel, DBR dbr, CAStatus status)
           
 
Method Summary
 DBR getDBR()
          Returns the DBR object containing the requested value.
 CAStatus getStatus()
           
 
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

GetEvent

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

getDBR

public DBR getDBR()
Returns the DBR object containing the requested value.


getStatus

public CAStatus getStatus()