com.aelitis.azureus.ui.swt.plugininstall
Class SimplePluginInstallWindow

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.plugininstall.SimplePluginInstallWindow
All Implemented Interfaces:
SimplePluginInstallerListener

public class SimplePluginInstallWindow
extends Object
implements SimplePluginInstallerListener

Author:
Gudy

Constructor Summary
SimplePluginInstallWindow(SimplePluginInstaller _installer, String _resource_prefix)
           
 
Method Summary
 void failed(Throwable e)
           
 void finished()
           
 void open()
           
 void progress(int percent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePluginInstallWindow

public SimplePluginInstallWindow(SimplePluginInstaller _installer,
                                 String _resource_prefix)
Method Detail

open

public void open()

failed

public void failed(Throwable e)
Specified by:
failed in interface SimplePluginInstallerListener

finished

public void finished()
Specified by:
finished in interface SimplePluginInstallerListener

progress

public void progress(int percent)
Specified by:
progress in interface SimplePluginInstallerListener