Interface CookbookReceiver
- All Superinterfaces:
OsidReceiver
The cookbook receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Cookbook
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfCookbooks(Id notificationId, IdList cookbookIds) The callback for notifications of changes to children of cookbook hierarchy nodes.voidchangedCookbooks(Id notificationId, IdList cookbookIds) The callback for notification of updated cookbooks.voiddeletedCookbooks(Id notificationId, IdList cookbookIds) the callback for notification of deleted cookbooks.voidnewCookbooks(Id notificationId, IdList cookbookIds) The callback for notifications of new cookbooks.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCookbooks
-
changedCookbooks
-
deletedCookbooks
-
changedChildOfCookbooks
The callback for notifications of changes to children of cookbook hierarchy nodes.- Parameters:
notificationId- the notificationIdcookbookIds- theIdsof theCookbookswhose children have changed- Compliance:
mandatory- This method must be implemented.
-