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

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

MethodnewAuctionConstrainers
Description

The callback for notifications of new auction constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauctionConstrainerIdsthe Id of the new AuctionConstrainers
CompliancemandatoryThis method must be implemented.
MethodchangedAuctionConstrainers
Description

The callback for notification of updated auction constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauctionConstrainerIdsthe Id of the updated AuctionConstrainers
CompliancemandatoryThis method must be implemented.
MethoddeletedAuctionConstrainers
Description

The callback for notification of deleted auction constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauctionConstrainerIdsthe Id of the deleted AuctionConstrainers
CompliancemandatoryThis method must be implemented.