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

The callback for notification of updated auction processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauctionProcessorIds the Id of the updated AuctionProcessors
Compliancemandatory This method must be implemented.
MethoddeletedAuctionProcessors
Description

The callback for notification of deleted auction processors.

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