Package com.smartgwt.client.callbacks
Interface GetFileVersionCallback
public interface GetFileVersionCallback
- 
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(DSResponse dsResponse, String data, DSRequest dsRequest) Callback fired whenDataSource.getFileVersion()completes. 
- 
Method Details
- 
execute
Callback fired whenDataSource.getFileVersion()completes.- Parameters:
 dsResponse- ADSResponseinstance with metadata about the returned data.data- The file contents, or null if there was an error (such as file not found).dsRequest- TheDSRequestthat was sent.
 
 -