Interface ProgressIndicator



  • public interface ProgressIndicator
    Interface for callback functionality for implementing a progress bar
    • Method Detail

      • setFraction

        void setFraction(double progress)
        The processing method updates the progress indicator by calling this method.
        Parameters:
        progress - The amount of data processed, on a scale from 0 to 1