public interface GetFileVersionCallback
| Modifier and Type | Method and Description | 
|---|---|
| void | execute(DSResponse dsResponse,
       java.lang.String data,
       DSRequest dsRequest)Callback fired when  DataSource.getFileVersion()completes. | 
void execute(DSResponse dsResponse, java.lang.String data, DSRequest dsRequest)
DataSource.getFileVersion() 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.