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 com.biglybt.pifimpl.local.download.DownloadEventNotifierImpl.BaseDownloadListener
listeners
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
downloadAdded
(Download download) void
downloadRemoved
(Download download) void
peerManagerAdded
(Download download, PeerManager peer_manager) void
peerManagerRemoved
(Download download, PeerManager peer_manager) Methods inherited from class com.biglybt.pifimpl.local.download.DownloadEventNotifierImpl.BaseDownloadListener
addListener, removeListener
-
Constructor Details
-
DownloadPeerNotifier
public DownloadPeerNotifier()
-
-
Method Details
-
downloadAdded
- Specified by:
downloadAdded
in interfaceDownloadManagerListener
-
downloadRemoved
- Specified by:
downloadRemoved
in interfaceDownloadManagerListener
-
peerManagerAdded
- Specified by:
peerManagerAdded
in interfaceDownloadPeerListener
-
peerManagerRemoved
- Specified by:
peerManagerRemoved
in interfaceDownloadPeerListener
-