Class DownloadEventNotifierImpl.BaseDownloadListener
java.lang.Object
com.biglybt.pifimpl.local.download.DownloadEventNotifierImpl.BaseDownloadListener
- All Implemented Interfaces:
DownloadManagerListener
- Direct Known Subclasses:
DownloadEventNotifierImpl.DownloadActivationNotifier
,DownloadEventNotifierImpl.DownloadAttributeNotifier
,DownloadEventNotifierImpl.DownloadCompletionNotifier
,DownloadEventNotifierImpl.DownloadNotifier
,DownloadEventNotifierImpl.DownloadPeerNotifier
,DownloadEventNotifierImpl.DownloadTrackerNotifier
,DownloadEventNotifierImpl.DownloadWillBeRemovedNotifier
- Enclosing class:
- DownloadEventNotifierImpl
private abstract class DownloadEventNotifierImpl.BaseDownloadListener
extends Object
implements DownloadManagerListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.biglybt.pif.download.DownloadManagerListener
downloadAdded, downloadRemoved
-
Field Details
-
listeners
-
this_mon
-
-
Constructor Details
-
BaseDownloadListener
private BaseDownloadListener()
-
-
Method Details
-
addListener
-
removeListener
-