Class MainStatusBar.ProgressListener

java.lang.Object
com.biglybt.ui.swt.mainwindow.MainStatusBar.ProgressListener
All Implemented Interfaces:
IProgressReportConstants, IProgressReportingListener
Enclosing class:
MainStatusBar

private class MainStatusBar.ProgressListener extends Object implements IProgressReportingListener
A listener that listens to any changes notified from the ProgressReportingManager and accordingly update the progress bar and/or the status text area.
  • Field Details

  • Constructor Details

    • ProgressListener

      private ProgressListener()
  • Method Details

    • swt_updateProgressBarDisplay

      private void swt_updateProgressBarDisplay(IProgressReport pReport)
    • swt_setProgressImage

      private void swt_setProgressImage()
    • reporting

      public int reporting(int eventType, IProgressReporter reporter)
      Description copied from interface: IProgressReportingListener
      Notify that some event has happened
      Specified by:
      reporting in interface IProgressReportingListener
      reporter - The ProgressReporter that reported the change;
      Returns:
    • swt_reporting

      private int swt_reporting(int eventType, IProgressReporter reporter)
    • swt_update

      private void swt_update(IProgressReport pReport)
    • swt_updateFromPrevious

      private void swt_updateFromPrevious()