Interface | osid.forum.ReplyReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The reply receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted replies. | ||
Method | newReplies | ||
Description |
The callback for notifications of new replies. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | replyIds | the Ids of the new replies | |
Compliance | mandatory | This method must be implemented. | |
Method | changedReplies | ||
Description |
The callback for notifications of updated replies. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | replyIds | the Ids of the updated replies | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedReplies | ||
Description |
the callback for notification of deleted replies. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | replyIds | the Ids of the deleted replies | |
Compliance | mandatory | This method must be implemented. |