Interface BookReceiver
- All Superinterfaces:
OsidReceiver
The book receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Book objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedBooks(Id notificationId, IdList bookIds) The callback for notification of updated books.voidchangedChildOfBooks(Id notificationId, IdList bookIds) The callback for notifications of changes to children of book hierarchy nodes.voiddeletedBooks(Id notificationId, IdList bookIds) the callback for notification of deleted books.voidThe callback for notifications of new books.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newBooks
-
changedBooks
-
deletedBooks
-
changedChildOfBooks
The callback for notifications of changes to children of book hierarchy nodes.- Parameters:
notificationId- the notificationIdbookIds- theIdsof theBookswhose children have changed- Compliance:
mandatory- This method must be implemented.
-