FileDocCategorySizeDatePackage
UpdateCheckInstance.javaAPI DocAzureus 3.0.3.42416Wed Dec 27 18:52:26 GMT 2006org.gudy.azureus2.plugins.update

UpdateCheckInstance

public interface UpdateCheckInstance
author
parg

Fields Summary
public static final int
UCI_INSTALL
public static final int
UCI_UPDATE
public static final int
UCI_UNINSTALL
Constructors Summary
Methods Summary
public voidaddDecisionListener(UpdateManagerDecisionListener l)

public voidaddListener(UpdateCheckInstanceListener l)

public voidaddUpdatableComponent(UpdatableComponent component, boolean mandatory)
Add a further updatable component to this instance. Must be called before the check process is started

param
component
param
mandatory

public voidcancel()

public UpdateInstallercreateInstaller()

public UpdateChecker[]getCheckers()

public UpdateManagergetManager()
Access to the update manager

return

public java.lang.StringgetName()
returns the name supplied when the instance was created (or "" if it wasn't)

return

public intgetType()
returns one of the above UCI_ constants

return

public Update[]getUpdates()

public booleanisAutomatic()

public booleanisCancelled()

public voidremoveDecisionListener(UpdateManagerDecisionListener l)

public voidremoveListener(UpdateCheckInstanceListener l)

public voidsetAutomatic(boolean automatic)

public voidstart()