Package com.biglybt.core.subs.impl
Interface SubscriptionManagerImpl.downloadListener
-
- Enclosing class:
- SubscriptionManagerImpl
protected static interface SubscriptionManagerImpl.downloadListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
complete(Download download, java.io.File torrent_file)
void
complete(java.io.File data_file)
void
failed(java.lang.Throwable error)
java.util.Map
getRecoveryData()
boolean
isCancelled()
-
-
-
Method Detail
-
complete
void complete(java.io.File data_file)
-
complete
void complete(Download download, java.io.File torrent_file)
-
failed
void failed(java.lang.Throwable error)
-
getRecoveryData
java.util.Map getRecoveryData()
-
isCancelled
boolean isCancelled()
-
-