Interface ProgressIndicator

All Known Implementing Classes:
BaseProgressIndicator

public interface ProgressIndicator
  • Method Details

    • progress

      void progress()
    • start

      void start()
    • stop

      void stop()
    • startSection

      void startSection(String section)
    • stopSection

      void stopSection(String section)