Package com.biglybt.core.torrent.impl
Interface TorrentOpenOptions.ParentDirChangedListener
- All Superinterfaces:
TorrentOpenOptions.FileListener
- Enclosing class:
- TorrentOpenOptions
public static interface TorrentOpenOptions.ParentDirChangedListener
extends TorrentOpenOptions.FileListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
void
default void
priorityChanged
(TorrentOpenFileOptions torrentOpenFileOptions, int priority) default void
toDownloadChanged
(TorrentOpenFileOptions torrentOpenFileOptions, boolean toDownload) Methods inherited from interface com.biglybt.core.torrent.impl.TorrentOpenOptions.FileListener
startOptionsChanged
-
Method Details
-
toDownloadChanged
- Specified by:
toDownloadChanged
in interfaceTorrentOpenOptions.FileListener
-
priorityChanged
- Specified by:
priorityChanged
in interfaceTorrentOpenOptions.FileListener
-
parentDirChanged
void parentDirChanged()- Specified by:
parentDirChanged
in interfaceTorrentOpenOptions.FileListener
-
initialTagsChanged
default void initialTagsChanged()- Specified by:
initialTagsChanged
in interfaceTorrentOpenOptions.FileListener
-