Interface | osid.contact.rules.ContactEnablerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The contact enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted contact enablers. | ||
Method | newContactEnablers | ||
Description |
The callback for notifications of new contact enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | contactEnablerIds | the Ids of the new ContactEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedContactEnablers | ||
Description |
The callback for notification of updated contact enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | contactEnablerIds | the Ids of the updated ContactEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedContactEnablers | ||
Description |
The callback for notification of deleted contact enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | contactEnablerIds | the Ids of the deleted ContactEnablers | |
Compliance | mandatory | This method must be implemented. |