FileDocCategorySizeDatePackage
TorrentSubCommand.javaAPI DocAzureus 3.0.3.41584Tue Dec 21 00:19:30 GMT 2004org.gudy.azureus2.ui.console.commands

TorrentSubCommand

public abstract class TorrentSubCommand extends TorrentCommand
simple subclass of TorrentCommand that publicises the performCommand method. the execute() method is not necessarily used in these objects
author
pauld

Fields Summary
Constructors Summary
public TorrentSubCommand(String[] commandNames)

param
commandNames
param
action

		super(commandNames, null);
	
Methods Summary
public abstract booleanperformCommand(org.gudy.azureus2.ui.console.ConsoleInput ci, org.gudy.azureus2.core3.download.DownloadManager dm, java.util.List args)