OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Interfaceosid.bidding.rules.BidEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewBidEnablers
Description

The callback for notifications of new bid enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbidEnablerIdsthe Id of the new BidEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedBidEnablers
Description

The callback for notification of updated bid enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbidEnablerIdsthe Id of the updated BidEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedBidEnablers
Description

The callback for notification of deleted bid enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbidEnablerIdsthe Id of the deleted BidEnablers
CompliancemandatoryThis method must be implemented.