org.gudy.azureus2.ui.swt.progress
Interface IProgressReportingListener

All Superinterfaces:
IProgressReportConstants

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

Author:
knguyen

Field Summary
 
Fields inherited from interface org.gudy.azureus2.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
 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 - The ProgressReporter that reported the change;
Returns: