rfid
Class TestApplication

java.lang.Object
  extended byrfid.TestApplication
All Implemented Interfaces:
RFIDListener

public class TestApplication
extends java.lang.Object
implements RFIDListener

Runs a series of diagnostic tests to make sure the OBID reader is installed correctly.


Constructor Summary
TestApplication()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void tagAdded(RFIDTag tag)
          Invoked when an RFID tag first becomes visible to the reader.
 void tagRemoved(RFIDTag tag)
          Invoked when a visible tag is removed from the reader.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestApplication

public TestApplication()
Method Detail

tagAdded

public void tagAdded(RFIDTag tag)
Invoked when an RFID tag first becomes visible to the reader.

Specified by:
tagAdded in interface RFIDListener

tagRemoved

public void tagRemoved(RFIDTag tag)
Invoked when a visible tag is removed from the reader.

Specified by:
tagRemoved in interface RFIDListener

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception