com.supermap.realspace
Interface ProgressListener
-
public interface ProgressListener
Progress listener for downloading.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
progress(double total, double now)
Downloading progress callback.
-