Interface ProgressListener

All Known Implementing Classes:
ProgressScreen

public interface ProgressListener
  • Method Details

    • progressStartNoAbort

      void progressStartNoAbort(Component component)
    • progressStart

      void progressStart(Component header)
    • progressStage

      void progressStage(Component stage)
    • progressStagePercentage

      void progressStagePercentage(int progress)
      Updates the progress bar on the loading screen to the specified amount.
    • stop

      void stop()