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

The callback for notification of updated auction house.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauctionHouseIdsthe Id of the updated AuctionHouses
CompliancemandatoryThis method must be implemented.
MethoddeletedAuctionHouses
Description

The callback for notification of deleted auction houses.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauctionHouseIdsthe Id of the deleted AuctionHouses
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfAuctionHouses
Description

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

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauctionHouseIdsthe Ids of the AuctionHouses whose children have changed
CompliancemandatoryThis method must be implemented.