| Interface | osid.recipe.RecipeReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The recipe receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newRecipes | ||
| Description |
The callback for notifications of new recipes. | ||
| Parameters | osid.id.IdList | recipeIds | the Ids of the new Recipes |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedRecipes | ||
| Description |
The callback for notification of updated recipes. | ||
| Parameters | osid.id.IdList | recipeIds | the Ids of the updated Recipes |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedRecipes | ||
| Description |
The callback for notification of deleted recipes. | ||
| Parameters | osid.id.IdList | recipeIds | the Ids of the deleted Recipes |
| Compliance | mandatory | This method must be implemented. | |