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

The contact enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted contact enablers.

MethodnewContactEnablers
Description

The callback for notifications of new contact enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcontactEnablerIdsthe Ids of the new ContactEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedContactEnablers
Description

The callback for notification of updated contact enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcontactEnablerIdsthe Ids of the updated ContactEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedContactEnablers
Description

The callback for notification of deleted contact enablers.

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