Interface MagnetPlugin.DownloadAsyncListener
- Enclosing class:
MagnetPlugin
private static interface MagnetPlugin.DownloadAsyncListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidcomplete(byte[] torrent_data) voidfailed(MagnetURIHandlerException error) voidsetupComplete(long added_time)
-
Method Details
-
setupComplete
void setupComplete(long added_time) -
complete
void complete(byte[] torrent_data) -
failed
-