Class DownloadEventNotifierImpl.DownloadPeerNotifier
java.lang.Object
com.biglybt.pifimpl.local.download.DownloadEventNotifierImpl.BaseDownloadListener
com.biglybt.pifimpl.local.download.DownloadEventNotifierImpl.DownloadPeerNotifier
- All Implemented Interfaces:
DownloadManagerListener, DownloadPeerListener
- Enclosing class:
DownloadEventNotifierImpl
public class DownloadEventNotifierImpl.DownloadPeerNotifier
extends DownloadEventNotifierImpl.BaseDownloadListener
implements DownloadPeerListener
-
Field Summary
Fields inherited from class DownloadEventNotifierImpl.BaseDownloadListener
listeners -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddownloadAdded(Download download) voiddownloadRemoved(Download download) voidpeerManagerAdded(Download download, PeerManager peer_manager) voidpeerManagerRemoved(Download download, PeerManager peer_manager) Methods inherited from class DownloadEventNotifierImpl.BaseDownloadListener
addListener, removeListener
-
Constructor Details
-
DownloadPeerNotifier
public DownloadPeerNotifier()
-
-
Method Details
-
downloadAdded
- Specified by:
downloadAddedin interfaceDownloadManagerListener
-
downloadRemoved
- Specified by:
downloadRemovedin interfaceDownloadManagerListener
-
peerManagerAdded
- Specified by:
peerManagerAddedin interfaceDownloadPeerListener
-
peerManagerRemoved
- Specified by:
peerManagerRemovedin interfaceDownloadPeerListener
-