Package globus.glmap

Interface GLMapManager.DownloadStatsCallback

Enclosing class:
GLMapManager

public static interface GLMapManager.DownloadStatsCallback
Used to analyze downloading performance from different locations.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onFinished(String serverID, int downloadSize, double downloadSpeed)
    Called when downloading task is completed or cancelled.
  • Method Details

    • onFinished

      void onFinished(String serverID, int downloadSize, double downloadSpeed)
      Called when downloading task is completed or cancelled.
      Parameters:
      serverID - Server unique identifier
      downloadSize - Downloaded size in bytes
      downloadSpeed - Download speed in bytes per second