Package com.caen.RFIDLibrary
Class CAENRFIDEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.caen.RFIDLibrary.CAENRFIDEvent
-
- All Implemented Interfaces:
Serializable
public class CAENRFIDEvent extends EventObject
This class defines the CAENRFID Event- Version:
- CAENRFIDLibrary 5.0.0
- Author:
- Andrea Iavazzo (support@caenrfid.com) CAEN RFID Srl Computing Division
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description CAENRFIDEvent(ArrayList<CAENRFIDNotify> obj)Creates a new instance of CAENRFIDEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ArrayListData()Deprecated.ArrayListgetData()Get the Event value-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
CAENRFIDEvent
public CAENRFIDEvent(ArrayList<CAENRFIDNotify> obj)
Creates a new instance of CAENRFIDEvent- Parameters:
obj- The ArrayList contains the Event Object value
-
-
Method Detail
-
Data
@Deprecated public ArrayList Data()
Deprecated.Get the Event value- Returns:
- The value of the Event
-
getData
public ArrayList getData()
Get the Event value- Returns:
- The value of the Event
-
-