OSID Logo
OSID Specifications
bidding package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListauctionIds the Id of the new Auctions
Compliancemandatory This method must be implemented.
MethodchangedAuctions
Description

The callback for notification of updated auctions.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauctionIds the Id of the updated Auctions
Compliancemandatory This method must be implemented.
MethoddeletedAuctions
Description

The callback for notification of deleted auctions.

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