Interface | osid.configuration.ParameterReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The parameter receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
Method | newParameters | ||
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 | changedParameters | ||
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 | deletedParameters | ||
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. |