OSID Logo
OSID Specifications
room package
Version 3.0.0
Release Candidate Preview
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.IdListbuildingIdsthe Ids of the new Buildings
CompliancemandatoryThis method must be implemented.
MethodchangedBuildings
Description

The callback for notification of updated buildings.

Parametersosid.id.IdListbuildingIdsthe Ids of the updated Buildings
CompliancemandatoryThis method must be implemented.
MethoddeletedBuildings
Description

the callback for notification of deleted buildings.

Parametersosid.id.IdListbuildingIdsthe Ids of the registered Buildings
CompliancemandatoryThis method must be implemented.