| Interface | osid.checklist.TodoReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The todo receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted todos. | ||
| Method | newTodos | ||
| Description |
The callback for notifications of new todos. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | todoIds | the Ids of the new todos | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedTodos | ||
| Description |
The callback for notifications of updated todos. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | todoIds | the Ids of the updated todos | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedTodos | ||
| Description |
the callback for notification of deleted todos. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | todoIds | the Ids of the deleted todos | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfTodos | ||
| Description |
The callback for notifications of changes to children of todo hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | todoIds | the Ids of the Todos whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |