OSID Logo
OSID Specifications
contact package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListcontactIdsthe Ids of the new contacts
CompliancemandatoryThis method must be implemented.
MethodchangedContacts
Description

The callback for notifications of updated contacts.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcontactIdsthe Ids of the updated contacts
CompliancemandatoryThis method must be implemented.
MethoddeletedContacts
Description

the callback for notification of deleted contacts.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcontactIdsthe Ids of the deleted contacts
CompliancemandatoryThis method must be implemented.