OSID Logo
OSID Specifications
contact package
Version 3.0.0
Release Candidate Preview
Interfaceosid.contact.AddressReceiver
Implementsosid.OsidReceiver
Description

The address receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Address objects.

MethodnewAddresses
Description

The callback for notifications of new addresses.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListaddressIdsthe Ids of the new Addresses
CompliancemandatoryThis method must be implemented.
MethodchangedAddresses
Description

The callback for notification of updated addresses.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListaddressIdsthe Ids of the updated Addresses
CompliancemandatoryThis method must be implemented.
MethoddeletedAddresses
Description

the callback for notification of deleted addresses.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListaddressIdsthe Ids of the registered Addresses
CompliancemandatoryThis method must be implemented.