Class SilentProgress

  • All Implemented Interfaces:
    Progress

    public class SilentProgress
    extends java.lang.Object
    implements Progress
    Dummy progress indicator that shows nothing
    • Constructor Summary

      Constructors 
      Constructor Description
      SilentProgress()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void done()
      Called to indicate another task is complete
      void done​(int number)
      Called to indicate multiple tasks are complete
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SilentProgress

        public SilentProgress()
    • Method Detail

      • done

        public void done()
        Description copied from interface: Progress
        Called to indicate another task is complete
        Specified by:
        done in interface Progress
      • done

        public void done​(int number)
        Description copied from interface: Progress
        Called to indicate multiple tasks are complete
        Specified by:
        done in interface Progress
        Parameters:
        number - The number completed