Interface ProgressListener

All Known Implementing Classes:
ProgressScreen

public interface ProgressListener
  • Method Details

    • progressStartNoAbort

      void progressStartNoAbort(Component pComponent)
    • progressStart

      void progressStart(Component pHeader)
    • progressStage

      void progressStage(Component pStage)
    • progressStagePercentage

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

      void stop()