Uses of Interface
com.biglybt.ui.swt.progress.IProgressReporterListener
-
Packages that use IProgressReporterListener Package Description com.biglybt.ui.swt.progress -
-
Uses of IProgressReporterListener in com.biglybt.ui.swt.progress
Classes in com.biglybt.ui.swt.progress that implement IProgressReporterListener Modifier and Type Class Description class
ProgressReporterPanel
private class
ProgressReporterWindow.AutoRemoveListener
Listener to reporters so we can remove the correspondingProgressReporterPanel
is the optionisAutoRemove
=true
Methods in com.biglybt.ui.swt.progress with parameters of type IProgressReporterListener Modifier and Type Method Description void
IProgressReporter. addListener(IProgressReporterListener listener)
void
ProgressReporter. addListener(IProgressReporterListener listener)
void
IProgressReporter. removeListener(IProgressReporterListener listener)
void
ProgressReporter. removeListener(IProgressReporterListener listener)
-