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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
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
clone, equals, finalize, 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 contains 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