Interface InventoryReceiver
- All Superinterfaces:
OsidReceiver
The inventory receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Inventory
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedInventories(Id notificationId, IdList inventoryIds) The callback for notification of updated inventories.voiddeletedInventories(Id notificationId, IdList inventoryIds) the callback for notification of deleted inventories.voidnewInventories(Id notificationId, IdList inventoryIds) The callback for notifications of new inventories.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newInventories
-
changedInventories
-
deletedInventories
-