| Interface | osid.inventory.ModelReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The model receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted model objects. | ||
| Method | newModels | ||
| Description |
The callback for notifications of new models. | ||
| Parameters | osid.id.IdList | modelIds | the Ids of the new Models |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedModels | ||
| Description |
The callback for notification of updated models. | ||
| Parameters | osid.id.IdList | modelIds | the Ids of the updated Models |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedModels | ||
| Description |
The callback for notification of deleted models. | ||
| Parameters | osid.id.IdList | modelIds | the Ids of the deleted Models |
| Compliance | mandatory | This method must be implemented. | |