Interface TorrentOpenOptions.ParentDirChangedListener
- All Superinterfaces:
TorrentOpenOptions.FileListener
- Enclosing class:
TorrentOpenOptions
public static interface TorrentOpenOptions.ParentDirChangedListener
extends TorrentOpenOptions.FileListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidvoiddefault voidpriorityChanged(TorrentOpenFileOptions torrentOpenFileOptions, int priority) default voidtoDownloadChanged(TorrentOpenFileOptions torrentOpenFileOptions, boolean toDownload) Methods inherited from interface TorrentOpenOptions.FileListener
startOptionsChanged
-
Method Details
-
toDownloadChanged
- Specified by:
toDownloadChangedin interfaceTorrentOpenOptions.FileListener
-
priorityChanged
- Specified by:
priorityChangedin interfaceTorrentOpenOptions.FileListener
-
parentDirChanged
void parentDirChanged()- Specified by:
parentDirChangedin interfaceTorrentOpenOptions.FileListener
-
initialTagsChanged
default void initialTagsChanged()- Specified by:
initialTagsChangedin interfaceTorrentOpenOptions.FileListener
-