com.caen.RFIDLibrary
Class CAENRFIDTagEventType

java.lang.Object
  extended by com.caen.RFIDLibrary.CAENRFIDTagEventType

Deprecated.

@Deprecated
public class CAENRFIDTagEventType
extends java.lang.Object

This class contains all the Event type of a tag

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

Field Summary
static CAENRFIDTagEventType TAG_GLIMPSED
          Deprecated. The Glimsed event
static CAENRFIDTagEventType TAG_LOST
          Deprecated. The Lost event
static CAENRFIDTagEventType TAG_OBSERVED
          Deprecated. The Observed event
static CAENRFIDTagEventType TAG_UNKNOWN
          Deprecated. The unknown event
 
Constructor Summary
CAENRFIDTagEventType()
          Deprecated. Creates a new instance of CAENRFIDTagStatus
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG_GLIMPSED

public static final CAENRFIDTagEventType TAG_GLIMPSED
Deprecated. 
The Glimsed event


TAG_OBSERVED

public static final CAENRFIDTagEventType TAG_OBSERVED
Deprecated. 
The Observed event


TAG_LOST

public static final CAENRFIDTagEventType TAG_LOST
Deprecated. 
The Lost event


TAG_UNKNOWN

public static final CAENRFIDTagEventType TAG_UNKNOWN
Deprecated. 
The unknown event

Constructor Detail

CAENRFIDTagEventType

public CAENRFIDTagEventType()
Deprecated. 
Creates a new instance of CAENRFIDTagStatus