Methods Summary |
---|
public void | addCategoryListener(CategoryListener l)Add a Category Listener
|
public void | addManager(org.gudy.azureus2.core3.download.DownloadManagerState manager)Add a DownloadManager to this category.
Used by DownloadManager. You should not have to add a DownloadManager object
manually. If you wish to change a DownloadManager's category, use
DownloadManager.setCategory(..) instead.
|
public java.util.List | getDownloadManagers()Retrieve a list of DownloadManagers for this category
|
public int | getDownloadSpeed()
|
public java.lang.String | getName()Retrieve the name of the category. All category names are unique.
|
public int | getType()Retrieves what type of Category this is
|
public int | getUploadSpeed()
|
public void | removeCategoryListener(CategoryListener l)Remove a Category Listener
|
public void | removeManager(org.gudy.azureus2.core3.download.DownloadManagerState manager)Remove a DownloadManager object from this Category.
Used by DownloadManager. You should not have to add a DownloadManager object
manually. If you wish to change a DownloadManager's category, use
DownloadManager.setCategory(..) instead.
|
public void | setDownloadSpeed(int speed)
|
public void | setUploadSpeed(int speed)
|