Interface TodoProducerReceiver
- All Superinterfaces:
OsidReceiver
The todo producer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted todo producers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedTodoProducers(Id notificationId, IdList todoProducerIds) The callback for notification of updated todo producers.voiddeletedTodoProducers(Id notificationId, IdList todoProducerIds) The callback for notification of deleted todo producers.voidnewTodoProducers(Id notificationId, IdList todoProducerIds) The callback for notifications of new todo producers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newTodoProducers
-
changedTodoProducers
-
deletedTodoProducers
-