OSID Logo
OSID Specifications
resource demographic package
Version 3.1.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.

Like all OsidReceivers, notifications are delivered to DemographicEnablerReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewDemographicEnablers
Description

The callback for notifications of new demographic enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdemographicEnablerIds the Ids of the new DemographicEnablers
Compliancemandatory This method must be implemented.
MethodchangedDemographicEnablers
Description

The callback for notification of updated demographic enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdemographicEnablerIds the Ids of the updated DemographicEnablers
Compliancemandatory This method must be implemented.
MethoddeletedDemographicEnablers
Description

The callback for notification of deleted demographic enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdemographicEnablerIds the Ids of the deleted DemographicEnablers
Compliancemandatory This method must be implemented.