Interface | osid.checklist.ChecklistReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The checklist receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
Method | newChecklists | ||
Description |
The callback for notifications of new checklists. | ||
Parameters | osid.id.IdList | checklistIds | the Ids of the new Checklists |
Compliance | mandatory | This method must be implemented. | |
Method | changedChecklists | ||
Description |
The callback for notification of updated checklists. | ||
Parameters | osid.id.IdList | checklistIds | the Ids of the updated Checklists |
Compliance | mandatory | This method must be implemented. | |
Method | deletedChecklists | ||
Description |
the callback for notification of deleted checklists. | ||
Parameters | osid.id.IdList | checklistIds | the Ids of the registered Checklists |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfChecklists | ||
Description |
The callback for notifications of changes to children of checklist hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | checklistIds | the Ids of the Checklists whose children have
changed | |
Compliance | mandatory | This method must be implemented. |