OSID Logo
OSID Specifications
commenting package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListbookIdsthe Ids of the new Books
CompliancemandatoryThis method must be implemented.
MethodchangedBooks
Description

The callback for notification of updated books.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbookIdsthe Ids of the updated Books
CompliancemandatoryThis method must be implemented.
MethoddeletedBooks
Description

the callback for notification of deleted books.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbookIdsthe Ids of the registered Books
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfBooks
Description

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

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbookIdsthe Ids of the Books whose children have changed
CompliancemandatoryThis method must be implemented.