OSID Logo
OSID Specifications
room package
Version 3.1.0
Interfaceosid.room.BuildingReceiver
Implementsosid.OsidReceiver
Description

The building receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Building objects.

MethodnewBuildings
Description

The callback for notifications of new buildings.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbuildingIds the Ids of the new Buildings
Compliancemandatory This method must be implemented.
MethodchangedBuildings
Description

The callback for notification of updated buildings.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbuildingIds the Ids of the updated Buildings
Compliancemandatory This method must be implemented.
MethoddeletedBuildings
Description

the callback for notification of deleted buildings.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbuildingIds the Ids of the registered Buildings
Compliancemandatory This method must be implemented.