public interface AddressReceiver extends OsidReceiver
The address receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Address
objects.
| Modifier and Type | Method and Description |
|---|---|
void |
changedAddresses(Id notificationId,
IdList addressIds)
The callback for notification of updated addresses.
|
void |
deletedAddresses(Id notificationId,
IdList addressIds)
the callback for notification of deleted addresses.
|
void |
newAddresses(Id notificationId,
IdList addressIds)
The callback for notifications of new addresses.
|
down, upvoid newAddresses(Id notificationId, IdList addressIds)
notificationId - the notification IdaddressIds - the Ids of the new Addresses
mandatory - This method must be implemented. void changedAddresses(Id notificationId, IdList addressIds)
notificationId - the notification IdaddressIds - the Ids of the updated
Addresses mandatory - This method must be implemented.