| Interface | osid.recipe.ProcedureReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The procedure receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted procedures.  | ||
| Method | newProcedures | ||
| Description | 
                     The callback for notifications of new procedures.  | ||
| Parameters | osid.id.IdList | procedureIds | the  Ids  of the new procedures  | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedProcedures | ||
| Description | 
                     The callback for notifications of updated procedures.  | ||
| Parameters | osid.id.IdList | procedureIds | the  Ids  of the updated procedures  | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedProcedures | ||
| Description | 
                     the callback for notification of deleted procedures.  | ||
| Parameters | osid.id.IdList | procedureIds | the  Ids  of the deleted procedures  | 
| Compliance | mandatory | This method must be implemented. | |