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 java.lang.Object implements DownloadManagerListener
-
-
Constructor Summary
Constructors Modifier Constructor Description private
BaseDownloadListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
addListener(java.lang.Object o)
(package private) void
removeListener(java.lang.Object o)
-
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 Detail
-
listeners
protected java.util.ArrayList listeners
-
this_mon
private AEMonitor this_mon
-
-