public interface ChartDataProvider
Modifier and Type | Method and Description |
---|---|
void |
requestChartData(ChartDataRequest request)
This call indicates that a request for chart data has been received.
|
void requestChartData(ChartDataRequest request)
request.getCriteria()
) and pass it back to
the requester by calling sendDataResponse on the request.
If this request is invalid, the ChartDataProvider should call sendErrorResponse on the request.
request
- the request for the data, consisting of the parameters that can be got with
request.getCriteria, and methods to respond to the request with data or an error.Please send bug reports and comments to Caplin support