OSID Logo
OSID Specifications
bidding rules package
Version 3.1.0
Interfaceosid.bidding.rules.AuctionProcessorEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewAuctionProcessorEnablers
Description

The callback for notifications of new auction processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauctionProcessorEnablerIds the Id of the new AuctionProcessorEnablers
Compliancemandatory This method must be implemented.
MethodchangedAuctionProcessorEnablers
Description

The callback for notification of updated auction processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauctionProcessorEnablerIds the Id of the updated AuctionProcessorEnablers
Compliancemandatory This method must be implemented.
MethoddeletedAuctionProcessorEnablers
Description

The callback for notification of deleted auction processor enablers.

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