OSID Logo
OSID Specifications
commenting package
Version 3.1.0
Interfaceosid.commenting.BookReceiver
Implementsosid.OsidReceiver
Description

The book receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Book objects.

MethodnewBooks
Description

The callback for notifications of new books.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbookIds the Ids of the new Books
Compliancemandatory This method must be implemented.
MethodchangedBooks
Description

The callback for notification of updated books.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbookIds the Ids of the updated Books
Compliancemandatory This method must be implemented.
MethoddeletedBooks
Description

the callback for notification of deleted books.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbookIds the Ids of the registered Books
Compliancemandatory This method must be implemented.
MethodchangedChildOfBooks
Description

The callback for notifications of changes to children of book hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbookIds the Ids of the Books whose children have changed
Compliancemandatory This method must be implemented.