| Interface | osid.room.BuildingReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The building receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newBuildings | ||
| Description |
The callback for notifications of new buildings. | ||
| Parameters | osid.id.IdList | buildingIds | the Ids of the new Buildings |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedBuildings | ||
| Description |
The callback for notification of updated buildings. | ||
| Parameters | osid.id.IdList | buildingIds | the Ids of the updated Buildings |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedBuildings | ||
| Description |
the callback for notification of deleted buildings. | ||
| Parameters | osid.id.IdList | buildingIds | the Ids of the registered Buildings |
| Compliance | mandatory | This method must be implemented. | |