OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListauctionProcessorEnablerIdsthe Id of the new AuctionProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedAuctionProcessorEnablers
Description

The callback for notification of updated auction processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauctionProcessorEnablerIdsthe Id of the updated AuctionProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedAuctionProcessorEnablers
Description

The callback for notification of deleted auction processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauctionProcessorEnablerIdsthe Id of the deleted AuctionProcessorEnablers
CompliancemandatoryThis method must be implemented.