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

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

MethodnewAuctionConstrainerEnablers
Description

The callback for notifications of new auction constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauctionConstrainerEnablerIds the Id of the new AuctionConstrainerEnablers
Compliancemandatory This method must be implemented.
MethodchangedAuctionConstrainerEnablers
Description

The callback for notification of updated auction constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauctionConstrainerEnablerIds the Id of the updated AuctionConstrainerEnablers
Compliancemandatory This method must be implemented.
MethoddeletedAuctionConstrainerEnablers
Description

The callback for notification of deleted auction constrainer enablers.

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