public static interface Plugin.DownloadListener
Modifier and Type | Method and Description |
---|---|
void |
downloadFailed(String name,
Throwable cause) |
void |
downloadProgressed(String name,
long totalBytes,
long transferredBytes) |
void |
downloadStarted(String name) |
void |
downloadSucceeded(String name) |
Copyright © 2024 GATE. All rights reserved.