Interface BuildingReceiver
- All Superinterfaces:
OsidReceiver
The building receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Building
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedBuildings(Id notificationId, IdList buildingIds) The callback for notification of updated buildings.voiddeletedBuildings(Id notificationId, IdList buildingIds) the callback for notification of deleted buildings.voidnewBuildings(Id notificationId, IdList buildingIds) The callback for notifications of new buildings.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newBuildings
-
changedBuildings
-
deletedBuildings
-