| Interface | osid.configuration.rules.ParameterProcessorReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | The parameter processor receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted parameter processors. | ||
| Method | newParameterProcessors | ||
| Description | The callback for notifications of new parameter processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id | 
| osid.id.IdList | parameterProcessorIds | the  Ids of the new ParameterProcessors  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedParameterProcessors | ||
| Description | The callback for notification of updated parameter processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id | 
| osid.id.IdList | parameterProcessorIds | the  Ids of the updated ParameterProcessors  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedParameterProcessors | ||
| Description | The callback for notification of deleted parameter processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id | 
| osid.id.IdList | parameterProcessorIds | the  Ids of the deleted ParameterProcessors  | |
| Compliance | mandatory | This method must be implemented. | |