DataSourceRequestCallback

class cee.ug.DataSourceRequestCallback()

Callback that is invoked when executeDataSourceRequest() is complete.

Arguments:
  • err – Error object containing the error message.
  • response – The response from the data source (Data Provider). Will be null if there is an error.