Package org.gudy.azureus2.ui.swt.progress

Interface Summary
IMessage  
IProgressReport The interface for a progress report; a progress report is a read only object containing all the properties of an IProgressReporter at a moment in time
IProgressReportConstants These are all the constants used by the ProgressReporter and related classes
IProgressReporter The interface for a progress reporter
IProgressReporterListener A simple listener interface used to pass a ProgressReport to a listener from a ProgressReporter
IProgressReportingListener A simple listener that can be registered with the ProgressReportingManager to receive notification when any ProgressReporter has a status change
 

Class Summary
ProgressReporter A implementation of IProgressReporter
ProgressReporterPanel  
ProgressReporterWindow  
ProgressReportingManager A manager that aggregates and forward progress information for long running operations
ProgressReportMessage A simple class for a message
ProgressWindow