Interface | osid.configuration.rules.ParameterProcessorEnablerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The parameter processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted parameter processor enablers. | ||
Method | newParameterProcessorEnablers | ||
Description |
The callback for notifications of new parameter processor enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | parameterProcessorEnablerIds | the Id of the new ParameterProcessorEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedParameterProcessorEnablers | ||
Description |
The callback for notification of updated parameter processor enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | parameterProcessorEnablerIds | the Id of the updated ParameterProcessorEnablers
| |
Compliance | mandatory | This method must be implemented. | |
Method | deletedParameterProcessorEnablers | ||
Description |
The callback for notification of deleted parameter processor enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | parameterProcessorEnablerIds | the Id of the deleted ParameterProcessorEnablers
| |
Compliance | mandatory | This method must be implemented. |