
C - the type of data used to configure the load from the proxyD - the type of data being returned by the data proxypublic interface DataProxy<C,D>
| Modifier and Type | Method and Description |
|---|---|
void |
load(C loadConfig,
<any> callback)
Data should be retrieved using the specified load config.
|
void load(C loadConfig, <any> callback)
DataReader can be used to "process" the raw data.loadConfig - the load config object to be passed to servercallback - the data callbackCopyright © 2018. All rights reserved.