| Interface | osid.inventory.InventoryReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The inventory receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newInventories | ||
| Description |
The callback for notifications of new inventories. | ||
| Parameters | osid.id.IdList | inventoryIds | the Id of the new Inventories |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedInventories | ||
| Description |
The callback for notification of updated inventories. | ||
| Parameters | osid.id.IdList | inventoryIds | the Id of the updated Inventories |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedInventories | ||
| Description |
the callback for notification of deleted inventories. | ||
| Parameters | osid.id.IdList | inventoryIds | the Id of the deleted Inventories |
| Compliance | mandatory | This method must be implemented. | |