OSID Logo
OSID Specifications
checklist package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListtodoIds the Ids of the new todos
Compliancemandatory This method must be implemented.
MethodchangedTodos
Description

The callback for notifications of updated todos.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListtodoIds the Ids of the updated todos
Compliancemandatory This method must be implemented.
MethoddeletedTodos
Description

the callback for notification of deleted todos.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListtodoIds the Ids of the deleted todos
Compliancemandatory This method must be implemented.
MethodchangedChildOfTodos
Description

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

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListtodoIds the Ids of the Todos whose children have changed
Compliancemandatory This method must be implemented.