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

The todo producer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted todo producers.

MethodnewTodoProducers
Description

The callback for notifications of new todo producers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListtodoProducerIdsthe Ids of the new TodoProducers
CompliancemandatoryThis method must be implemented.
MethodchangedTodoProducers
Description

The callback for notification of updated todo producers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListtodoProducerIdsthe Ids of the updated TodoProducers
CompliancemandatoryThis method must be implemented.
MethoddeletedTodoProducers
Description

The callback for notification of deleted todo producers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListtodoProducerIdsthe Ids of the deleted TodoProducers
CompliancemandatoryThis method must be implemented.