public class ProxyPOJOAsyncCallback extends FetchPOJOCallback
Constructor and Description |
---|
ProxyPOJOAsyncCallback(FetchPOJOCallback nestedCallback,
org.soafaces.bundle.client.rpc.impl.BundleDataAccess tbAccess) |
Modifier and Type | Method and Description |
---|---|
void |
onFailure(java.lang.Throwable ex) |
void |
onFetchPOJOSuccess(com.google.gwt.user.client.rpc.IsSerializable result)
Implement this method to process response from RPC.
|
onSuccess
public ProxyPOJOAsyncCallback(FetchPOJOCallback nestedCallback, org.soafaces.bundle.client.rpc.impl.BundleDataAccess tbAccess)
public final void onFetchPOJOSuccess(com.google.gwt.user.client.rpc.IsSerializable result)
FetchPOJOCallback
onFetchPOJOSuccess
in class FetchPOJOCallback
result
- Returns POJO object.public final void onFailure(java.lang.Throwable ex)
Copyright © Grand Logic, Inc. All Rights Reserved.