| Interface | osid.resourcing.rules.JobProcessorReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The job processor receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted job processors.  | ||
| Method | newJobProcessors | ||
| Description | 
                     The callback for notifications of new job processors.  | ||
| Parameters | osid.id.IdList | jobProcessorIds | the  Ids  of the new  JobProcessors   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedJobProcessors | ||
| Description | 
                     The callback for notification of updated job processors.  | ||
| Parameters | osid.id.IdList | jobProcessorIds | the  Ids  of the updated  JobProcessors   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedJobProcessors | ||
| Description | 
                     The callback for notification of deleted job processors.  | ||
| Parameters | osid.id.IdList | jobProcessorIds | the  Ids  of the deleted  JobProcessors   | 
| Compliance | mandatory | This method must be implemented. | |