Package com.smartgwt.client.callbacks
Interface GetFileCallback
public interface GetFileCallback
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(DSResponse dsResponse, String data, DSRequest dsRequest) Callback fired whenDataSource.getFile()completes.
- 
Method Details- 
executeCallback fired whenDataSource.getFile()completes.- Parameters:
- dsResponse- A- DSResponseinstance with metadata about the returned data.
- data- The file contents, or null if there was an error (such as file not found).
- dsRequest- The- DSRequestthat was sent.
 
 
-