Uses of Interface
com.biglybt.ui.swt.progress.IProgressReportingListener
-
Packages that use IProgressReportingListener Package Description com.biglybt.ui.swt.mainwindow com.biglybt.ui.swt.progress -
-
Uses of IProgressReportingListener in com.biglybt.ui.swt.mainwindow
Classes in com.biglybt.ui.swt.mainwindow that implement IProgressReportingListener Modifier and Type Class Description private class
MainStatusBar.ProgressListener
A listener that listens to any changes notified from theProgressReportingManager
and accordingly update the progress bar and/or the status text area. -
Uses of IProgressReportingListener in com.biglybt.ui.swt.progress
Methods in com.biglybt.ui.swt.progress with parameters of type IProgressReportingListener Modifier and Type Method Description void
ProgressReportingManager. addListener(IProgressReportingListener listener)
void
ProgressReportingManager. removeListener(IProgressReportingListener listener)
-