com.supermap.realspace

Interface ProgressListener



  • public interface ProgressListener
    Progress listener for downloading.
    • Method Detail

      • progress

        void progress(double total,
                      double now)
        Downloading progress callback.
        Parameters:
        total - The total size of the data.
        now - The downlaoded size.