org.gudy.azureus2.pluginsimpl.local.download
Class DownloadEventNotifierImpl.DownloadCompletionNotifier
java.lang.Object
  
org.gudy.azureus2.pluginsimpl.local.download.DownloadEventNotifierImpl.DownloadCompletionNotifier
- All Implemented Interfaces: 
 - DownloadCompletionListener, DownloadManagerListener
 
- Enclosing class:
 - DownloadEventNotifierImpl
 
public class DownloadEventNotifierImpl.DownloadCompletionNotifier
- extends Object
- implements DownloadCompletionListener
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DownloadEventNotifierImpl.DownloadCompletionNotifier
public DownloadEventNotifierImpl.DownloadCompletionNotifier()
downloadAdded
public void downloadAdded(Download download)
- Specified by:
 downloadAdded in interface DownloadManagerListener
 
 
downloadRemoved
public void downloadRemoved(Download download)
- Specified by:
 downloadRemoved in interface DownloadManagerListener
 
 
onCompletion
public void onCompletion(Download download)
- Description copied from interface: 
DownloadCompletionListener 
- Called when a download enters a complete state (previously being
 incomplete).
- Specified by:
 onCompletion in interface DownloadCompletionListener
 
- Parameters:
 download - Download which has been completed.