org.gudy.azureus2.core3.torrent.impl
Interface TorrentOpenOptions.FileListener

Enclosing class:
TorrentOpenOptions

public static interface TorrentOpenOptions.FileListener


Method Summary
 void parentDirChanged()
           
 void priorityChanged(TorrentOpenFileOptions torrentOpenFileOptions, int priority)
           
 void toDownloadChanged(TorrentOpenFileOptions torrentOpenFileOptions, boolean toDownload)
           
 

Method Detail

toDownloadChanged

void toDownloadChanged(TorrentOpenFileOptions torrentOpenFileOptions,
                       boolean toDownload)

priorityChanged

void priorityChanged(TorrentOpenFileOptions torrentOpenFileOptions,
                     int priority)

parentDirChanged

void parentDirChanged()