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