OSID Logo
OSID Specifications
contact rules package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListcontactEnablerIds the Ids of the new ContactEnablers
Compliancemandatory This method must be implemented.
MethodchangedContactEnablers
Description

The callback for notification of updated contact enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcontactEnablerIds the Ids of the updated ContactEnablers
Compliancemandatory This method must be implemented.
MethoddeletedContactEnablers
Description

The callback for notification of deleted contact enablers.

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