| Interface | osid.resource.demographic.DemographicEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The demographic enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted demographic enablers. | ||
| Method | newDemographicEnablers | ||
| Description |
The callback for notifications of new demographic enablers. | ||
| Parameters | osid.id.IdList | demographicEnablerIds | the Ids of the new DemographicEnablers |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedDemographicEnablers | ||
| Description |
The callback for notification of updated demographic enablers. | ||
| Parameters | osid.id.IdList | demographicEnablerIds | the Ids of the updated DemographicEnablers |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedDemographicEnablers | ||
| Description |
The callback for notification of deleted demographic enablers. | ||
| Parameters | osid.id.IdList | demographicEnablerIds | the Ids of the deleted DemographicEnablers |
| Compliance | mandatory | This method must be implemented. | |