A UgiInventoryDelegate object is passed to the startInventory method of the Ugi singleton.
This object receives notification when inventory events happen.
All of the methods are optional, the delegate only implements the methods it needs.
Classes | |
interface | InventoryDidStartListener |
Interface to implement to get inventoryDidStart notification. More... | |
interface | InventoryDidStopListener |
Interface to implement to get inventoryDidStop notification. More... | |
interface | InventoryFilterListener |
Interface to implement to get inventoryFilter notification. More... | |
interface | InventoryFilterLowLevelListener |
Interface to implement to get inventoryFilterLowLevel notification. More... | |
interface | InventoryHistoryIntervalListener |
Interface to implement to get inventoryHistoryInterval notification. More... | |
interface | InventoryTagChangedListener |
Interface to implement to get inventoryTagChanged notification. More... | |
interface | InventoryTagFoundListener |
Interface to implement to get inventoryTagFound notification. More... | |
interface | InventoryTagSubsequentFindsListener |
Interface to implement to get inventoryTagSubsequentFinds notification. More... | |