Interface GetFileCallback


public interface GetFileCallback
  • Method Details

    • execute

      void execute(DSResponse dsResponse, String data, DSRequest dsRequest)
      Callback fired when DataSource.getFile() completes.
      Parameters:
      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.