OSID Logo
OSID Specifications
commenting package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListcommentIds the Ids of the new comments
Compliancemandatory This method must be implemented.
MethodchangedComments
Description

The callback for notifications of updated comments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcommentIds the Ids of the updated comments
Compliancemandatory This method must be implemented.
MethoddeletedComments
Description

the callback for notification of deleted comments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcommentIds the Ids of the deleted comments
Compliancemandatory This method must be implemented.