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

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

public class DownloadEventNotifierImpl.DownloadCompletionNotifier
extends Object
implements DownloadCompletionListener


Constructor Summary
DownloadEventNotifierImpl.DownloadCompletionNotifier()
           
 
Method Summary
 void downloadAdded(Download download)
           
 void downloadRemoved(Download download)
           
 void onCompletion(Download download)
          Called when a download enters a complete state (previously being incomplete).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadEventNotifierImpl.DownloadCompletionNotifier

public DownloadEventNotifierImpl.DownloadCompletionNotifier()
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

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.