OSID Logo
OSID Specifications
offering package
Version 3.0.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.IdnotificationIdthe notification Id
osid.id.IdListofferingIdsthe Ids of the new offerings
CompliancemandatoryThis method must be implemented.
MethodchangedOfferings
Description

The callback for notifications of updated offerings.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListofferingIdsthe Ids of the updated offerings
CompliancemandatoryThis method must be implemented.
MethoddeletedOfferings
Description

the callback for notification of deleted offerings.

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