public abstract class UniversalClientPOJOCallback
extends java.lang.Object
implements com.google.gwt.user.client.rpc.AsyncCallback
Callback used during UniversalClient
request processing.
Result will be returned as a java object.
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 |
---|
UniversalClientPOJOCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onSuccess(java.lang.Object result) |
abstract void |
onUniversalClientSuccess(java.lang.Object result)
Implement this method to process response from RPC.
|
public abstract void onUniversalClientSuccess(java.lang.Object 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.