|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrfid.TestApplication
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 |
public TestApplication()
Method Detail |
public void tagAdded(RFIDTag tag)
tagAdded
in interface RFIDListener
public void tagRemoved(RFIDTag tag)
tagRemoved
in interface RFIDListener
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |