JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
de.bytestore.hostinger.extension
Interface DownloadCallback
public interface
DownloadCallback
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
error
(
Exception
exceptionIO)
void
progress
(double percentIO)
void
success
()
Method Details
error
void
error
(
Exception
exceptionIO)
success
void
success
()
progress
void
progress
(double percentIO)