com.caen.RFIDLibrary
Class CAENRFIDEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.caen.RFIDLibrary.CAENRFIDEvent
All Implemented Interfaces:
java.io.Serializable

public class CAENRFIDEvent
extends java.util.EventObject

This class defines the CAENRFID Event

Version:
CAENRFIDLibrary 4.2.0
Author:
Alberto Lucchesi (a.lucchesi@caen.it) CAEN SpA Computing Division @2005-2007, Andrea Iavazzo (a.iavazzo@caen.it) CAEN RFID Srl Computing Division @2009-2010
See Also:
Serialized Form

Constructor Summary
CAENRFIDEvent(java.util.ArrayList<CAENRFIDNotify> obj)
          Creates a new instance of CAENRFIDEvent
 
Method Summary
 java.util.ArrayList Data()
          Deprecated. 
 java.util.ArrayList getData()
          Get the Event value
 
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

CAENRFIDEvent

public CAENRFIDEvent(java.util.ArrayList<CAENRFIDNotify> obj)
Creates a new instance of CAENRFIDEvent

Parameters:
obj - The ArrayList contais the Event Object value
Method Detail

Data

@Deprecated
public java.util.ArrayList Data()
Deprecated. 

Get the Event value

Returns:
The value of the Event

getData

public java.util.ArrayList getData()
Get the Event value

Returns:
The value of the Event