| Interface | osid.resourcing.rules.JobProcessorEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The job processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted job processor enablers.  | ||
| Method | newJobProcessorEnablers | ||
| Description | 
                     The callback for notifications of new job processor enablers.  | ||
| Parameters | osid.id.IdList | jobProcessorEnablerIds | the  Ids  of the new  JobProcessorEnablers   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedJobProcessorEnablers | ||
| Description | 
                     The callback for notification of updated job processor enablers.  | ||
| Parameters | osid.id.IdList | jobProcessorEnablerIds | the  Ids  of the updated  JobProcessorEnablers   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedJobProcessorEnablers | ||
| Description | 
                     The callback for notification of deleted job processor enablers.  | ||
| Parameters | osid.id.IdList | jobProcessorEnablerIds | the  Ids  of the deleted  JobProcessorEnablers   | 
| Compliance | mandatory | This method must be implemented. | |