Package es.situm.wayfinding
Interface OnActiveBuildingListener
-
public interface OnActiveBuildingListenerGet notified about active building changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonActiveBuildingChange(es.situm.sdk.model.cartography.Building building)Get notified when the active building changes to the given one.voidonNoActiveBuilding()Get in touch with no active building events.
-
-
-
Method Detail
-
onActiveBuildingChange
void onActiveBuildingChange(es.situm.sdk.model.cartography.Building building)
Get notified when the active building changes to the given one.- Parameters:
building- Building.
-
onNoActiveBuilding
void onNoActiveBuilding()
Get in touch with no active building events.
-
-