com.aelitis.azureus.ui.swt.feature
Class FeatureManagerInstallWindow
java.lang.Object
com.aelitis.azureus.ui.swt.feature.FeatureManagerInstallWindow
- All Implemented Interfaces:
- FeatureManager.Licence.LicenceInstallationListener
public class FeatureManagerInstallWindow
- extends Object
- implements FeatureManager.Licence.LicenceInstallationListener
- Author:
- TuxPaper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
alreadyFailing
public static boolean alreadyFailing
FeatureManagerInstallWindow
public FeatureManagerInstallWindow(FeatureManager.Licence licence)
open
public void open()
reportActivity
public void reportActivity(String licence_key,
String install,
String activity)
- Specified by:
reportActivity
in interface FeatureManager.Licence.LicenceInstallationListener
reportProgress
public void reportProgress(String licence_key,
String install,
int percent)
- Specified by:
reportProgress
in interface FeatureManager.Licence.LicenceInstallationListener
complete
public void complete(String licence_key)
- Specified by:
complete
in interface FeatureManager.Licence.LicenceInstallationListener
failed
public void failed(String licence_key,
PluginException error)
- Specified by:
failed
in interface FeatureManager.Licence.LicenceInstallationListener
close
public void close()
start
public void start(String licence_key)
- Specified by:
start
in interface FeatureManager.Licence.LicenceInstallationListener