Package com.biglybt.ui.swt.progress
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
-
-
Field Summary
-
Fields inherited from interface com.biglybt.ui.swt.progress.IProgressReportConstants
AUTO_CLOSE, BORDER, MANAGER_EVENT_ADDED, MANAGER_EVENT_REMOVED, MANAGER_EVENT_UPDATED, MODAL, MSG_TYPE_ERROR, MSG_TYPE_INFO, MSG_TYPE_LOG, NONE, REPORT_TYPE_CANCEL, REPORT_TYPE_DISPOSED, REPORT_TYPE_DONE, REPORT_TYPE_ERROR, REPORT_TYPE_INIT, REPORT_TYPE_MODE_CHANGE, REPORT_TYPE_PROPERTY_CHANGED, REPORT_TYPE_RETRY, REPORTER_TYPE_DEFAULT, REPORTER_VISIBILITY_SYSTEM, REPORTER_VISIBILITY_USER, RETVAL_OK, RETVAL_OK_TO_DISPOSE, SHOW_TOOLBAR, STANDALONE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
reporting(int eventType, IProgressReporter reporter)
Notify that some event has happened
-
-
-
Method Detail
-
reporting
int reporting(int eventType, IProgressReporter reporter)
Notify that some event has happened- Parameters:
eventType
-reporter
- TheProgressReporter
that reported the change;- Returns:
-
-