Interface CommentReceiver
- All Superinterfaces:
OsidReceiver
The comment receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted comments.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedComments(Id notificationId, IdList commentIds) The callback for notifications of updated comments.voiddeletedComments(Id notificationId, IdList commentIds) the callback for notification of deleted comments.voidnewComments(Id notificationId, IdList commentIds) The callback for notifications of new comments.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newComments
-
changedComments
-
deletedComments
-