Interface IProgressReportingListener

All Superinterfaces:
IProgressReportConstants
All Known Implementing Classes:
MainStatusBar.ProgressListener

public interface IProgressReportingListener extends IProgressReportConstants
A simple listener that can be registered with the ProgressReportingManager to receive notification when any ProgressReporter has a status change
  • Method Details

    • reporting

      int reporting(int eventType, IProgressReporter reporter)
      Notify that some event has happened
      Parameters:
      eventType -
      reporter - The ProgressReporter that reported the change;
      Returns: