| Interface | osid.provisioning.rules.BrokerProcessorReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The broker processor receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted broker processors.  | ||
| Method | newBrokerProcessors | ||
| Description | 
                     The callback for notifications of new broker processors.  | ||
| Parameters | osid.id.IdList | brokerProcessorIds | the  Ids  of the new  BrokerProcessors   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedBrokerProcessors | ||
| Description | 
                     The callback for notification of updated broker processors.  | ||
| Parameters | osid.id.IdList | brokerProcessorIds | the  Ids  of the updated  BrokerProcessors   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedBrokerProcessors | ||
| Description | 
                     The callback for notification of deleted broker processors.  | ||
| Parameters | osid.id.IdList | brokerProcessorIds | the  Ids  of the deleted  BrokerProcessors   | 
| Compliance | mandatory | This method must be implemented. | |