Interface MailboxReceiver
- All Superinterfaces:
OsidReceiver
The mailbox receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Mailbox
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfMailboxes(Id notificationId, IdList mailboxIds) The callback for notifications of changes to children of mailbox hierarchy nodes.voidchangedMailboxes(Id notificationId, IdList mailboxIds) The callback for notification of updated mailboxes.voiddeletedMailboxes(Id notificationId, IdList mailboxIds) The callback for notification of deleted mailboxes.voidnewMailboxes(Id notificationId, IdList mailboxIds) The callback for notifications of new mailboxes.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newMailboxes
-
changedMailboxes
-
deletedMailboxes
-
changedChildOfMailboxes
The callback for notifications of changes to children of mailbox hierarchy nodes.- Parameters:
notificationId- the notificationIdmailboxIds- theIdsof theMailboxeswhose children have changed- Compliance:
mandatory- This method must be implemented.
-