org.gudy.azureus2.pluginsimpl.local.download
Class DownloadEventNotifierImpl.DownloadAttributeNotifier
java.lang.Object
  
org.gudy.azureus2.pluginsimpl.local.download.DownloadEventNotifierImpl.DownloadAttributeNotifier
- All Implemented Interfaces: 
 - DownloadAttributeListener, DownloadManagerListener
 
- Enclosing class:
 - DownloadEventNotifierImpl
 
public class DownloadEventNotifierImpl.DownloadAttributeNotifier
- extends Object
- implements DownloadAttributeListener
  
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DownloadEventNotifierImpl.DownloadAttributeNotifier
public DownloadEventNotifierImpl.DownloadAttributeNotifier(TorrentAttribute ta,
                                                           int event_type)
downloadAdded
public void downloadAdded(Download d)
- Specified by:
 downloadAdded in interface DownloadManagerListener
 
 
downloadRemoved
public void downloadRemoved(Download d)
- Specified by:
 downloadRemoved in interface DownloadManagerListener
 
 
attributeEventOccurred
public void attributeEventOccurred(Download d,
                                   TorrentAttribute ta,
                                   int event_type)
- Description copied from interface: 
DownloadAttributeListener 
- This method will be called when an attribute event occurs.
- Specified by:
 attributeEventOccurred in interface DownloadAttributeListener
 
- Parameters:
 d - The download object involved.ta - The attribute involved.event_type - Either WRITTEN or WILL_BE_READ.