Interface OnActiveBuildingListener


  • public interface OnActiveBuildingListener
    Get notified about active building changes.
    • 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.