OSID Logo
OSID Specifications
checklist package
Version 3.0.0
Release Candidate Preview
Interfaceosid.checklist.TodoReceiver
Implementsosid.OsidReceiver
Description

The todo receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted todos.

MethodnewTodos
Description

The callback for notifications of new todos.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListtodoIdsthe Ids of the new todos
CompliancemandatoryThis method must be implemented.
MethodchangedTodos
Description

The callback for notifications of updated todos.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListtodoIdsthe Ids of the updated todos
CompliancemandatoryThis method must be implemented.
MethoddeletedTodos
Description

the callback for notification of deleted todos.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListtodoIdsthe Ids of the deleted todos
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfTodos
Description

The callback for notifications of changes to children of todo hierarchy nodes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListtodoIdsthe Ids of the Todos whose children have changed
CompliancemandatoryThis method must be implemented.