| Interface | osid.checklist.mason.TodoProducerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | The todo producer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted todo producers. | ||
| Method | newTodoProducers | ||
| Description | The callback for notifications of new todo producers. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | todoProducerIds | the  Ids of the new TodoProducers  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedTodoProducers | ||
| Description | The callback for notification of updated todo producers. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | todoProducerIds | the  Ids of the updated TodoProducers  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedTodoProducers | ||
| Description | The callback for notification of deleted todo producers. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | todoProducerIds | the  Ids of the deleted TodoProducers  | |
| Compliance | mandatory | This method must be implemented. | |