Interface CategoryListener

All Known Implementing Classes:
CategoryManagerImpl

public interface CategoryListener
A listener informed of changes to Category
  • Method Details

    • 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