OSID Logo
OSID Specifications
bidding package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.BidReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewBids
Description

The callback for notifications of new bids.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbidIdsthe Id of the new Bids
CompliancemandatoryThis method must be implemented.
MethodchangedBids
Description

The callback for notification of updated bids.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbidIdsthe Id of the updated Bids
CompliancemandatoryThis method must be implemented.
MethoddeletedBids
Description

The callback for notification of deleted bids.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbidIdsthe Id of the deleted Bids
CompliancemandatoryThis method must be implemented.