FileDocCategorySizeDatePackage
UITemplate.javaAPI DocAzureus 3.0.3.41502Thu Feb 09 19:42:48 GMT 2006org.gudy.azureus2.ui.common

UITemplate

public abstract class UITemplate extends Object implements IUserInterface
author
tobi

Fields Summary
private boolean
started
Constructors Summary
public UITemplate()
Creates a new instance of UITemplate

         
    
  
Methods Summary
public voidinit(boolean first, boolean others)

  
public booleanisStarted()

    return started;
  
public abstract voidopenTorrent(java.lang.String fileName)

public abstract java.lang.String[]processArgs(java.lang.String[] args)

public voidstartUI()

    started = true;