| Interface | osid.commenting.BookReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The book receiver is the consumer supplied interface for 
                receiving notifications pertaining to new, updated or deleted 
                  | ||
| Method | newBooks | ||
| Description | 
                     The callback for notifications of new books.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | bookIds | the  Ids  of the new  Books   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedBooks | ||
| Description | 
                     The callback for notification of updated books.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | bookIds | the  Ids  of the updated  Books   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedBooks | ||
| Description | 
                     the callback for notification of deleted books.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | bookIds | the  Ids  of the registered  Books   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfBooks | ||
| Description | 
                     The callback for notifications of changes to children of book hierarchy nodes.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | bookIds | the  Ids  of the  Books  whose children have 
changed  | |
| Compliance | mandatory | This method must be implemented. | |