| Interface | osid.messaging.MailboxReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The mailbox receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newMailboxes | ||
| Description |
The callback for notifications of new mailboxes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | mailboxIds | the Ids of the new Mailboxes | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedMailboxes | ||
| Description |
The callback for notification of updated mailboxes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | mailboxIds | the Ids of the updated Mailboxes | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedMailboxes | ||
| Description |
The callback for notification of deleted mailboxes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | mailboxIds | the Ids of the deleted Mailboxes | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfMailboxes | ||
| Description |
The callback for notifications of changes to children of mailbox hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | mailboxIds | the Ids of the Mailboxes whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |