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

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

MethodnewAuctions
Description

The callback for notifications of new auctions.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauctionIdsthe Id of the new Auctions
CompliancemandatoryThis method must be implemented.
MethodchangedAuctions
Description

The callback for notification of updated auctions.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauctionIdsthe Id of the updated Auctions
CompliancemandatoryThis method must be implemented.
MethoddeletedAuctions
Description

The callback for notification of deleted auctions.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauctionIdsthe Id of the deleted Auctions
CompliancemandatoryThis method must be implemented.