gov.aps.jca.event
Class PutEvent
java.lang.Object
|
+--java.util.EventObject
|
+--gov.aps.jca.event.CAEvent
|
+--gov.aps.jca.event.PutEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class PutEvent
- extends CAEvent
The listener interface for receiving PutEvents.
- See Also:
Channel,
Serialized Form
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PutEvent
public PutEvent(Channel channel,
DBRType type,
int count,
CAStatus status)
getType
public DBRType getType()
- Returns the type of the put request. One of DBR_XXX.
getCount
public int getCount()
- Returns the number of elements actualy written.
getStatus
public CAStatus getStatus()
- Returns the status of the operation.