Package com.metratec.lib.inventory
-
Class Summary Class Description Inventory<T extends RfidTag> Inventory which can throw events.
First create the inventory and than start it withInventory.start()
.InventoryWithTimestamp<T extends RfidTag> Implementation for a periodic inventory check.
Add the tags withInventoryWithTimestamp.addTag(RfidTag)
orInventoryWithTimestamp.addTags(List)
, then check the inventory for losted tags withInventoryWithTimestamp.checkInventory()
SimpleInventory<T extends RfidTag> Simple inventory implementation - designed for update an inventory with a list of all transponder.