Package com.smartgwt.client.callbacks
Interface GetFileCallback
public interface GetFileCallback
- 
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(DSResponse dsResponse, String data, DSRequest dsRequest) Callback fired whenDataSource.getFile()completes. 
- 
Method Details
- 
execute
Callback fired whenDataSource.getFile()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.
 
 -