Package com.biglybt.pif.download
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
downloadAdded(Download download)
void
downloadRemoved(Download download)
-