Package com.biglybt.ui.swt.progress
Interface IProgressReportingListener
- All Superinterfaces:
IProgressReportConstants
- All Known Implementing Classes:
MainStatusBar.ProgressListener
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
Modifier and TypeMethodDescriptionint
reporting
(int eventType, IProgressReporter reporter) Notify that some event has happened
-
Method Details
-
reporting
Notify that some event has happened- Parameters:
eventType
-reporter
- TheProgressReporter
that reported the change;- Returns:
-