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

The callback for notification of updated auction constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauctionConstrainerIds the Id of the updated AuctionConstrainers
Compliancemandatory This method must be implemented.
MethoddeletedAuctionConstrainers
Description

The callback for notification of deleted auction constrainers.

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