Interface AddressBookReceiver
- All Superinterfaces:
OsidReceiver
The address book receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
AddressBook objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAddressBooks(Id notificationId, IdList addressBookIds) The callback for notification of updated address books.voidchangedChildOfAddressBooks(Id notificationId, IdList addressBookIds) The callback for notifications of changes to children of address books hierarchy nodes.voiddeletedAddressBooks(Id notificationId, IdList addressBookIds) the callback for notification of deleted address books.voidnewAddressBooks(Id notificationId, IdList addressBookIds) The callback for notifications of new address books.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAddressBooks
-
changedAddressBooks
-
deletedAddressBooks
-
changedChildOfAddressBooks
The callback for notifications of changes to children of address books hierarchy nodes.- Parameters:
notificationId- the notificationIdaddressBookIds- theIdsof theAddressBookswhose children have changed- Compliance:
mandatory- This method must be implemented.
-