org.gudy.azureus2.pluginsimpl.local.download
Class DownloadEventNotifierImpl.DownloadPropertyNotifier

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.download.DownloadEventNotifierImpl.DownloadPropertyNotifier
All Implemented Interfaces:
DownloadManagerListener, DownloadPropertyListener
Enclosing class:
DownloadEventNotifierImpl

public class DownloadEventNotifierImpl.DownloadPropertyNotifier
extends Object
implements DownloadPropertyListener


Constructor Summary
DownloadEventNotifierImpl.DownloadPropertyNotifier()
           
 
Method Summary
 void downloadAdded(Download download)
           
 void downloadRemoved(Download download)
           
 void propertyChanged(Download download, DownloadPropertyEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadEventNotifierImpl.DownloadPropertyNotifier

public DownloadEventNotifierImpl.DownloadPropertyNotifier()
Method Detail

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