File
Doc
Category
Size
Date
Package
TorrentSubCommand.java
API Doc
Azureus 3.0.3.4
1584
Tue Dec 21 00:19:30 GMT 2004
org.gudy.azureus2.ui.console.commands
TorrentSubCommand
java.lang.Object
TorrentCommand
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
boolean
performCommand
(
org.gudy.azureus2.ui.console.ConsoleInput
ci,
org.gudy.azureus2.core3.download.DownloadManager
dm,
java.util.List
args)
Java Code Source