Uses of Interface
com.metratec.lib.inventory.event.InventoryListener
-
Packages that use InventoryListener Package Description com.metratec.lib.inventory com.metratec.lib.inventory.event -
-
Uses of InventoryListener in com.metratec.lib.inventory
Constructors in com.metratec.lib.inventory with parameters of type InventoryListener Constructor Description Inventory(java.lang.String identifier, InventoryListener<T> listener)
Create a new inventoryInventory(java.lang.String identifier, InventoryListener<T> listener, long tagKeepTime)
Create a new inventory -
Uses of InventoryListener in com.metratec.lib.inventory.event
Classes in com.metratec.lib.inventory.event that implement InventoryListener Modifier and Type Class Description class
DummyInventoryListener<T extends RfidTag>
-