OSID Logo
OSID Specifications
contact package
Version 3.1.0
Interfaceosid.contact.ContactReceiver
Implementsosid.OsidReceiver
Description

The contact receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted contacts.

MethodnewContacts
Description

The callback for notifications of new contacts.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcontactIds the Ids of the new contacts
Compliancemandatory This method must be implemented.
MethodchangedContacts
Description

The callback for notifications of updated contacts.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcontactIds the Ids of the updated contacts
Compliancemandatory This method must be implemented.
MethoddeletedContacts
Description

the callback for notification of deleted contacts.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcontactIds the Ids of the deleted contacts
Compliancemandatory This method must be implemented.