org.gudy.azureus2.core3.download
Interface DownloadManagerStateAttributeListener

All Known Implementing Classes:
DefaultRankCalculator, DownloadImpl, FilesView, PrivacyView, TorrentOptionsView

public interface DownloadManagerStateAttributeListener

Author:
Allan Crooks

Field Summary
static int WILL_BE_READ
           
static int WRITTEN
           
 
Method Summary
 void attributeEventOccurred(DownloadManager download, String attribute, int event_type)
           
 

Field Detail

WRITTEN

static final int WRITTEN
See Also:
Constant Field Values

WILL_BE_READ

static final int WILL_BE_READ
See Also:
Constant Field Values
Method Detail

attributeEventOccurred

void attributeEventOccurred(DownloadManager download,
                            String attribute,
                            int event_type)