Interface DownloadManagerListener

All Known Implementing Classes:
BuddyPluginTracker, DownloadEventNotifierImpl.BaseDownloadListener, DownloadEventNotifierImpl.DownloadActivationNotifier, DownloadEventNotifierImpl.DownloadAttributeNotifier, DownloadEventNotifierImpl.DownloadCompletionNotifier, DownloadEventNotifierImpl.DownloadNotifier, DownloadEventNotifierImpl.DownloadPeerNotifier, DownloadEventNotifierImpl.DownloadTrackerNotifier, DownloadEventNotifierImpl.DownloadWillBeRemovedNotifier, DownloadRemoveRulesPlugin, ExternalSeedPlugin, LocalTrackerPlugin, NetworkAdminSpeedTestScheduledTestImpl.SpeedTestDownloadState, RunEverythingPlugin, SpeedLimitHandler.DML, StartStopRulesDefaultPlugin.StartStopDMListener

public interface DownloadManagerListener
A listener that is informed of the addition and removal of downloads
Since:
2.0.7.0
  • Method Details

    • downloadAdded

      void downloadAdded(Download download)
    • downloadRemoved

      void downloadRemoved(Download download)