public interface DLDownloadListener
Listener for downloading files.
-
Method Summary 
void
Updates the number of bytes downloaded
-
Method Details 
-
update 
void update(DLStatus status,
long bytesDownlaoded)
Updates the number of bytes downloaded
- Parameters:
bytesDownlaoded
- - the number of bytes downloaded so far.