| Interface | osid.inventory.ItemReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The item receiver is the consumer supplied interface for 
                receiving notifications pertaining to new, updated or deleted 
                  | ||
| Method | newItems | ||
| Description | 
                     The callback for notifications of new items.  | ||
| Parameters | osid.id.IdList | itemIds | the  Ids  of the new  Items   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedItems | ||
| Description | 
                     The callback for notification of updated items.  | ||
| Parameters | osid.id.IdList | itemIds | the  Ids  of the updated  Items   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedItems | ||
| Description | 
                     the callback for notification of deleted items.  | ||
| Parameters | osid.id.IdList | itemIds | the  Ids  of the deleted  Items   | 
| Compliance | mandatory | This method must be implemented. | |