Interface | osid.resource.demographic.DemographicReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The demographic receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted demographics. | ||
Method | newDemographics | ||
Description |
The callback for notifications of new demographics. | ||
Parameters | osid.id.IdList | demographicIds | the Ids of the new Demographics |
Compliance | mandatory | This method must be implemented. | |
Method | changedDemographics | ||
Description |
The callback for notification of updated demographics. | ||
Parameters | osid.id.IdList | demographicIds | the Ids of the updated Demographics |
Compliance | mandatory | This method must be implemented. | |
Method | deletedDemographics | ||
Description |
The callback for notification of deleted demographics. | ||
Parameters | osid.id.IdList | demographicIds | the Ids of the deleted Demographics |
Compliance | mandatory | This method must be implemented. |