org.gudy.azureus2.plugins.download
Interface DownloadManagerListener

All Known Implementing Classes:
BuddyPluginTracker, DeviceContentDirectoryImpl, DeviceInternetGatewayImpl, DeviceiTunes, DeviceMediaRendererImpl, DeviceMediaRendererManual, DeviceOfflineDownloaderImpl, DeviceTivo, DeviceUPnPImpl, DownloadEventNotifierImpl.DownloadActivationNotifier, DownloadEventNotifierImpl.DownloadAttributeNotifier, DownloadEventNotifierImpl.DownloadCompletionNotifier, DownloadEventNotifierImpl.DownloadNotifier, DownloadEventNotifierImpl.DownloadPeerNotifier, DownloadEventNotifierImpl.DownloadPropertyNotifier, DownloadEventNotifierImpl.DownloadTrackerNotifier, DownloadEventNotifierImpl.DownloadWillBeRemovedNotifier, DownloadRemoveRulesPlugin, ExternalSeedPlugin, LocalTrackerPlugin, RunEverythingPlugin

public interface DownloadManagerListener

A listener that is informed of the addition and removal of downloads

Since:
2.0.7.0
Author:
parg

Method Summary
 void downloadAdded(Download download)
           
 void downloadRemoved(Download download)
           
 

Method Detail

downloadAdded

void downloadAdded(Download download)

downloadRemoved

void downloadRemoved(Download download)