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

The callback for notification of updated todo producers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListtodoProducerIds the Ids of the updated TodoProducers
Compliancemandatory This method must be implemented.
MethoddeletedTodoProducers
Description

The callback for notification of deleted todo producers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListtodoProducerIds the Ids of the deleted TodoProducers
Compliancemandatory This method must be implemented.