| Interface | osid.repository.AssetReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The asset receiver is the consumer supplied interface for 
                receiving notifications pertaining to new, updated or deleted 
                  | ||
| Method | newAssets | ||
| Description | 
                     The callback for notifications of new assets.  | ||
| Parameters | osid.id.IdList | assetIds | the  Ids  of the new  Assets   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAssets | ||
| Description | 
                     The callback for notification of updated assets.  | ||
| Parameters | osid.id.IdList | assetIds | the  Ids  of the updated  Assets   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAssets | ||
| Description | 
                     the callback for notification of deleted assets.  | ||
| Parameters | osid.id.IdList | assetIds | the  Ids  of the deleted  Assets   | 
| Compliance | mandatory | This method must be implemented. | |