public static interface RemoteContentProvider.DownloadingCallback
| Modifier and Type | Method and Description |
|---|---|
void |
errorOccurred(java.lang.String errorMessage,
boolean cancelled) |
void |
finished(FileType fileType) |
boolean |
isCancelled() |
void |
setProgressFraction(double fraction) |
void |
setProgressText(java.lang.String text,
boolean indeterminate) |
void finished(FileType fileType)
void errorOccurred(java.lang.String errorMessage,
boolean cancelled)
void setProgressText(java.lang.String text,
boolean indeterminate)
void setProgressFraction(double fraction)
boolean isCancelled()