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