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

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

MethodnewAuctionProcessors
Description

The callback for notifications of new auction processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauctionProcessorIdsthe Id of the new AuctionProcessors
CompliancemandatoryThis method must be implemented.
MethodchangedAuctionProcessors
Description

The callback for notification of updated auction processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauctionProcessorIdsthe Id of the updated AuctionProcessors
CompliancemandatoryThis method must be implemented.
MethoddeletedAuctionProcessors
Description

The callback for notification of deleted auction processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauctionProcessorIdsthe Id of the deleted AuctionProcessors
CompliancemandatoryThis method must be implemented.