Package gaia.cu9.ari.gaiaorbit.util
Interface ProgressRunnable
-
public interface ProgressRunnable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(long read, long total, double progress, double speed)
Informs of progress
-