Package com.biglybt.ui.swt.plugininstall
Class SimplePluginInstaller
java.lang.Object
com.biglybt.ui.swt.plugininstall.SimplePluginInstaller
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate UIFunctions.actionListener
private boolean
private boolean
private PluginInstaller
private UpdateCheckInstance
private SimplePluginInstallerListener
private String
-
Constructor Summary
ConstructorsConstructorDescriptionSimplePluginInstaller
(String _plugin_id, String _resource_prefix, UIFunctions.actionListener _action_listener) -
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel()
boolean
install()
void
setListener
(SimplePluginInstallerListener listener)
-
Field Details
-
plugin_id
-
action_listener
-
listener
-
installer
-
instance
-
completed
private boolean completed -
cancelled
private boolean cancelled
-
-
Constructor Details
-
SimplePluginInstaller
public SimplePluginInstaller(String _plugin_id, String _resource_prefix, UIFunctions.actionListener _action_listener)
-
-
Method Details
-
setListener
-
cancel
public void cancel() -
install
public boolean install()
-