org.gudy.azureus2.core3.category
Interface CategoryListener


public interface CategoryListener

A listener informed of changes to Category


Method Summary
 void downloadManagerAdded(Category cat, DownloadManager manager)
          A DownloadManager has been added to a Category
 void downloadManagerRemoved(Category cat, DownloadManager removed)
          A DownloadManager has been removed from a Category
 

Method Detail

downloadManagerAdded

void downloadManagerAdded(Category cat,
                          DownloadManager manager)
A DownloadManager has been added to a Category

Parameters:
cat - Category that the DownloadManager has been added to
manager - DownloadManager that was added

downloadManagerRemoved

void downloadManagerRemoved(Category cat,
                            DownloadManager removed)
A DownloadManager has been removed from a Category

Parameters:
cat - Category that the DownloadManager was removed from
removed - The DownloadManager that was removed