OSID Logo
OSID Specifications
resource demographic package
Version 3.0.0
Interfaceosid.resource.demographic.DemographicEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewDemographicEnablers
Description

The callback for notifications of new demographic enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdemographicEnablerIdsthe Ids of the new DemographicEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedDemographicEnablers
Description

The callback for notification of updated demographic enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdemographicEnablerIdsthe Ids of the updated DemographicEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedDemographicEnablers
Description

The callback for notification of deleted demographic enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdemographicEnablerIdsthe Ids of the deleted DemographicEnablers
CompliancemandatoryThis method must be implemented.