Interface ProgressListener

All Known Implementing Classes:
ProgressScreen

public interface ProgressListener
  • Method Details

    • progressStartNoAbort

      void progressStartNoAbort(Component string)
    • progressStart

      void progressStart(Component string)
    • progressStage

      void progressStage(Component string)
    • progressStagePercentage

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

      void stop()