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