| Interface | osid.resourcing.JobReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The job receiver is the consumer supplied interface for 
                receiving notifications pertaining to new, updated or deleted 
                  | ||
| Method | newJobs | ||
| Description | 
                     The callback for notifications of new jobs.  | ||
| Parameters | osid.id.IdList | jobIds | the  Ids  of the new  Jobs   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedJobs | ||
| Description | 
                     The callback for notification of updated jobs.  | ||
| Parameters | osid.id.IdList | jobIds | the  Ids  of the updated  Jobs   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedJobs | ||
| Description | 
                     The callback for notification of deleted jobs.  | ||
| Parameters | osid.id.IdList | jobIds | the  Ids  of the deleted  Jobs   | 
| Compliance | mandatory | This method must be implemented. | |