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

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

public class DownloadEventNotifierImpl.DownloadWillBeRemovedNotifier
extends Object
implements DownloadWillBeRemovedListener


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

Constructor Detail

DownloadEventNotifierImpl.DownloadWillBeRemovedNotifier

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

downloadWillBeRemoved

public void downloadWillBeRemoved(Download download)
                           throws DownloadRemovalVetoException
Specified by:
downloadWillBeRemoved in interface DownloadWillBeRemovedListener
Throws:
DownloadRemovalVetoException