Class ProgressReporterStub

    • Field Detail

      • _progress

        protected int _progress
    • Constructor Detail

      • ProgressReporterStub

        public ProgressReporterStub()
    • Method Detail

      • reportProgress

        public void reportProgress​(int percentage)
        Description copied from interface: ProgressReporter
        Reports progress of the current long-running operation.
        Specified by:
        reportProgress in interface ProgressReporter
        Parameters:
        percentage - a number from 0 to 100
      • getPercentage

        public int getPercentage()