org.gudy.azureus2.pluginsimpl.local.download
Class DownloadEventNotifierImpl.DownloadPeerNotifier
java.lang.Object
org.gudy.azureus2.pluginsimpl.local.download.DownloadEventNotifierImpl.DownloadPeerNotifier
- All Implemented Interfaces:
- DownloadManagerListener, DownloadPeerListener
- Enclosing class:
- DownloadEventNotifierImpl
public class DownloadEventNotifierImpl.DownloadPeerNotifier
- extends Object
- implements DownloadPeerListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DownloadEventNotifierImpl.DownloadPeerNotifier
public DownloadEventNotifierImpl.DownloadPeerNotifier()
downloadAdded
public void downloadAdded(Download download)
- Specified by:
downloadAdded
in interface DownloadManagerListener
downloadRemoved
public void downloadRemoved(Download download)
- Specified by:
downloadRemoved
in interface DownloadManagerListener
peerManagerAdded
public void peerManagerAdded(Download download,
PeerManager peer_manager)
- Specified by:
peerManagerAdded
in interface DownloadPeerListener
peerManagerRemoved
public void peerManagerRemoved(Download download,
PeerManager peer_manager)
- Specified by:
peerManagerRemoved
in interface DownloadPeerListener