Interface OnFloorChangeListener


  • public interface OnFloorChangeListener
    Get notified about changes in the floor level selector.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onFloorChanged​(es.situm.sdk.model.cartography.Floor from, es.situm.sdk.model.cartography.Floor to, es.situm.sdk.model.cartography.Building building)
      Get notified about changes in the floor level selector.
    • Method Detail

      • onFloorChanged

        void onFloorChanged​(es.situm.sdk.model.cartography.Floor from,
                            es.situm.sdk.model.cartography.Floor to,
                            es.situm.sdk.model.cartography.Building building)
        Get notified about changes in the floor level selector.
        Parameters:
        from - Previous level.
        to - Current level.
        building - Parent building.