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

The auction house receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted AuctionHouse objects.

MethodnewAuctionHouses
Description

The callback for notifications of new auction houses.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauctionHouseIds the Id of the new AuctionHouses
Compliancemandatory This method must be implemented.
MethodchangedAuctionHouses
Description

The callback for notification of updated auction house.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauctionHouseIds the Id of the updated AuctionHouses
Compliancemandatory This method must be implemented.
MethoddeletedAuctionHouses
Description

The callback for notification of deleted auction houses.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauctionHouseIds the Id of the deleted AuctionHouses
Compliancemandatory This method must be implemented.
MethodchangedChildOfAuctionHouses
Description

The callback for notifications of changes to children of auction house hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauctionHouseIds the Ids of the AuctionHouses whose children have changed
Compliancemandatory This method must be implemented.