OSID Logo
OSID Specifications
resource demographic package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resource.demographic.DemographicReceiver
Implementsosid.OsidReceiver
Description

The demographic receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted demographics.

MethodnewDemographics
Description

The callback for notifications of new demographics.

Parametersosid.id.IdListdemographicIdsthe Ids of the new Demographics
CompliancemandatoryThis method must be implemented.
MethodchangedDemographics
Description

The callback for notification of updated demographics.

Parametersosid.id.IdListdemographicIdsthe Ids of the updated Demographics
CompliancemandatoryThis method must be implemented.
MethoddeletedDemographics
Description

The callback for notification of deleted demographics.

Parametersosid.id.IdListdemographicIdsthe Ids of the deleted Demographics
CompliancemandatoryThis method must be implemented.