public class ProxyJSONAsyncCallback extends FetchJSONCallback
Constructor and Description |
---|
ProxyJSONAsyncCallback(FetchJSONCallback nestedCallback,
org.soafaces.bundle.client.rpc.impl.BundleDataAccess tbAccess) |
Modifier and Type | Method and Description |
---|---|
void |
onFailure(java.lang.Throwable ex) |
void |
onFetchJSONSuccess(com.google.gwt.json.client.JSONObject result)
Implement this method to process the response from the RPC.
|
onSuccess
public ProxyJSONAsyncCallback(FetchJSONCallback nestedCallback, org.soafaces.bundle.client.rpc.impl.BundleDataAccess tbAccess)
public final void onFetchJSONSuccess(com.google.gwt.json.client.JSONObject result)
FetchJSONCallback
onFetchJSONSuccess
in class FetchJSONCallback
result
- Returns GWT JSON represented object.public final void onFailure(java.lang.Throwable ex)
Copyright © Grand Logic, Inc. All Rights Reserved.