public interface GetFileCallback
| Modifier and Type | Method and Description | 
|---|---|
| void | execute(DSResponse dsResponse,
       java.lang.String data,
       DSRequest dsRequest)Callback fired when  DataSource.getFile()completes. | 
void execute(DSResponse dsResponse, java.lang.String data, DSRequest dsRequest)
DataSource.getFile() completes.dsResponse - A DSResponse instance with metadata about the                                returned
 data.data - The file contents, or null if there was an error (such as file                                not found).dsRequest - The DSRequest that was sent.