Package com.biglybt.ui.swt.plugininstall
Interface SimplePluginInstallerListener
-
- All Known Implementing Classes:
SimplePluginInstallWindow
public interface SimplePluginInstallerListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
failed(java.lang.Throwable e)
void
finished()
void
progress(int percent)
-