| Interface | osid.lexicon.ParameterReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The parameter receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted parameters. | ||
| Method | newParameter | ||
| Description |
The callback for notifications of new parameters. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | parameterIds | the Ids of the new Parameters | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedParameter | ||
| Description |
The callback for notification of updated parameters. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | parameterIds | the Ids of the updated Parameters | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedParameter | ||
| Description |
The callback for notification of deleted parameters. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | parameterIds | the Ids of the deleted Parameters | |
| Compliance | mandatory | This method must be implemented. | |