Interface | osid.commenting.CommentReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The comment receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted comments. | ||
Method | newComments | ||
Description |
The callback for notifications of new comments. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | commentIds | the Ids of the new comments | |
Compliance | mandatory | This method must be implemented. | |
Method | changedComments | ||
Description |
The callback for notifications of updated comments. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | commentIds | the Ids of the updated comments | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedComments | ||
Description |
the callback for notification of deleted comments. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | commentIds | the Ids of the deleted comments | |
Compliance | mandatory | This method must be implemented. |