| Interface | osid.messaging.MessageReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The message receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newMessages | ||
| Description |
The callback for notifications of new messages. | ||
| Parameters | osid.id.IdList | messageIds | the Ids of the new Messages |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedMessages | ||
| Description |
The callback for notification of updated messages. | ||
| Parameters | osid.id.IdList | messageIds | the Ids of the updated Messages |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedMessages | ||
| Description |
the callback for notification of deleted messages. | ||
| Parameters | osid.id.IdList | messageIds | the Ids of the deleted Messages |
| Compliance | mandatory | This method must be implemented. | |