OSID Logo
OSID Specifications
bidding rules package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListbidEnablerIds the Id of the new BidEnablers
Compliancemandatory This method must be implemented.
MethodchangedBidEnablers
Description

The callback for notification of updated bid enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbidEnablerIds the Id of the updated BidEnablers
Compliancemandatory This method must be implemented.
MethoddeletedBidEnablers
Description

The callback for notification of deleted bid enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbidEnablerIds the Id of the deleted BidEnablers
Compliancemandatory This method must be implemented.