Package 

Class CacheManager.CacheManagerDialog

    • Method Summary

      Modifier and Type Method Description
      void updateProgress(int progress, int currentZoomLevel, int zoomMin, int zoomMax) this is fired periodically, useful for updating dialogs, progress bars, etc
      void downloadStarted() as soon as the download is started, this is fired
      void setPossibleTilesInArea(int total) this is fired right before the download starts
      void onTaskComplete() fired when the download job is done.
      void onTaskFailed(int errors) this is fired when the task has been completed but had at least one download error.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • updateProgress

         void updateProgress(int progress, int currentZoomLevel, int zoomMin, int zoomMax)

        this is fired periodically, useful for updating dialogs, progress bars, etc

      • downloadStarted

         void downloadStarted()

        as soon as the download is started, this is fired

      • setPossibleTilesInArea

         void setPossibleTilesInArea(int total)

        this is fired right before the download starts

      • onTaskComplete

         void onTaskComplete()

        fired when the download job is done.

      • onTaskFailed

         void onTaskFailed(int errors)

        this is fired when the task has been completed but had at least one download error.