Package 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:
Serializable
public class PutEvent extends CAEvent
The listener interface for receiving PutEvents.- See Also:
Channel, Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()Returns the number of elements actualy written.CAStatusgetStatus()Returns the status of the operation.DBRTypegetType()Returns the type of the put request.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-