C - the type of data used to configure the load from the proxyD - the type of data being returned by the data proxypublic abstract class RpcProxy<C,D> extends Object implements DataProxy<C,D>
DataProxy implementation that retrieves data using GWT RPC.| Constructor and Description |
|---|
RpcProxy() |
public abstract void load(C loadConfig, AsyncCallback<D> callback)
loadConfig - the load config describing the data to retrievecallback - the callback to invoke on success or failureCopyright © 2012. All Rights Reserved.