Interface SimpleProgressCallback


  • public interface SimpleProgressCallback
    Used as a way to provide simple feedback regarding progress which can be quantified as amount completed over total amount.
    • Method Detail

      • progressUpdated

        void progressUpdated​(long current,
                             long total)