OSID Logo
OSID Specifications
offering package
Version 3.1.0
Interfaceosid.offering.OfferingReceiver
Implementsosid.OsidReceiver
Description

The offering receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted offerings.

MethodnewOfferings
Description

The callback for notifications of new offerings.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListofferingIds the Ids of the new offerings
Compliancemandatory This method must be implemented.
MethodchangedOfferings
Description

The callback for notifications of updated offerings.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListofferingIds the Ids of the updated offerings
Compliancemandatory This method must be implemented.
MethoddeletedOfferings
Description

the callback for notification of deleted offerings.

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