| Interface | osid.contact.AddressReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The address receiver is the consumer supplied interface for 
                receiving notifications pertaining to new, updated or deleted 
                  | ||
| Method | newAddresses | ||
| Description | 
                     The callback for notifications of new addresses.  | ||
| Parameters | osid.id.Id | notificationId | the notification Id | 
osid.id.IdList | addressIds | the  Ids  of the new  Addresses   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAddresses | ||
| Description | 
                     The callback for notification of updated addresses.  | ||
| Parameters | osid.id.Id | notificationId | the notification Id | 
osid.id.IdList | addressIds | the  Ids  of the updated  Addresses   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAddresses | ||
| Description | 
                     the callback for notification of deleted addresses.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | addressIds | the  Ids  of the registered  Addresses   | |
| Compliance | mandatory | This method must be implemented. | |