OSID Logo
OSID Specifications
commenting package
Version 3.0.0
Release Candidate Preview
Interfaceosid.commenting.CommentReceiver
Implementsosid.OsidReceiver
Description

The comment receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted comments.

MethodnewComments
Description

The callback for notifications of new comments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcommentIdsthe Ids of the new comments
CompliancemandatoryThis method must be implemented.
MethodchangedComments
Description

The callback for notifications of updated comments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcommentIdsthe Ids of the updated comments
CompliancemandatoryThis method must be implemented.
MethoddeletedComments
Description

the callback for notification of deleted comments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcommentIdsthe Ids of the deleted comments
CompliancemandatoryThis method must be implemented.