T - the typepublic abstract class AsyncCallbackSuccess<T> extends Object implements com.google.gwt.user.client.rpc.AsyncCallback<T>
| Constructor and Description |
|---|
AsyncCallbackSuccess() |
public void onFailure(Throwable caught)
IncompatibleRemoteServiceExceptions, InvocationExceptions,
or checked exceptions thrown by the service method are examples of the type
of failures that can be passed to this method.
If caught is an instance of an
IncompatibleRemoteServiceException the application should try to
get into a state where a browser refresh can be safely done.
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<T>caught - failure encountered while executing a remote procedure callCopyright © 2011–2015 SWM. All rights reserved.