com.aelitis.azureus.ui.swt.plugininstall
Interface SimplePluginInstallerListener

All Known Implementing Classes:
SimplePluginInstallWindow

public interface SimplePluginInstallerListener


Method Summary
 void failed(java.lang.Throwable e)
           
 void finished()
           
 void progress(int percent)
           
 

Method Detail

finished

void finished()

progress

void progress(int percent)

failed

void failed(java.lang.Throwable e)