Uses of Package
com.alien.enterpriseRFID.tags

Packages that use com.alien.enterpriseRFID.tags
com.alien.enterpriseRFID.notify The notify classes work in conjunction with a reader running in autonomous mode. 
com.alien.enterpriseRFID.reader The Reader classes are the primary classes for communicating with a reader either over the network or serial port. 
com.alien.enterpriseRFID.tags Tags play a very important part in the RFID reader and tag system. 
 

Classes in com.alien.enterpriseRFID.tags used by com.alien.enterpriseRFID.notify
Tag
          Tag object represents information about a single Tag.
 

Classes in com.alien.enterpriseRFID.tags used by com.alien.enterpriseRFID.reader
Tag
          Tag object represents information about a single Tag.
TagTable
          TagTable stores tags as they appear and removes out of date tags.
 

Classes in com.alien.enterpriseRFID.tags used by com.alien.enterpriseRFID.tags
Tag
          Tag object represents information about a single Tag.
TagTableListener
          TagTableListener is an interface to be implemented by all objects that want to receive notifications from from a TagTable when its underlying tag list changes.