public abstract class UniversalClientJSONCallback
extends java.lang.Object
implements com.google.gwt.user.client.rpc.AsyncCallback
Callback used during UniversalClient
request processing.
Result will be returned in JSON format.
The posssible onFailure()
exceptions that can be returned
if there is a problem include:
UniveralClientRemoteException
when there is a server-side problem
processing the request.Constructor and Description |
---|
UniversalClientJSONCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onSuccess(java.lang.Object result) |
abstract void |
onUniversalClientSuccess(com.google.gwt.json.client.JSONValue result)
Implement this method to process response from RPC.
|
public abstract void onUniversalClientSuccess(com.google.gwt.json.client.JSONValue result)
result
- public final void onSuccess(java.lang.Object result)
onSuccess
in interface com.google.gwt.user.client.rpc.AsyncCallback
Copyright © Grand Logic, Inc. All Rights Reserved.