public class DownloadListenerAdapater extends Object implements DownloadListenerInterface
| Constructor and Description |
|---|
DownloadListenerAdapater() |
| Modifier and Type | Method and Description |
|---|---|
void |
aborted(String url) |
void |
dataReceived(InputStream content,
String url) |
void |
errorOccured(Exception e) |
public void aborted(String url)
aborted in interface TransferListenerInterfacepublic void dataReceived(InputStream content, String url)
dataReceived in interface DownloadListenerInterfacepublic void errorOccured(Exception e)
errorOccured in interface TransferListenerInterfaceCopyright © 2013. All Rights Reserved.