public interface OnActiveBuildingListener
Modifier and Type | Method and Description |
---|---|
void |
onActiveBuildingChange(Building building)
Get notified when the active building changes to the given one.
|
void |
onNoActiveBuilding()
Get in touch with no active building events.
|