Class GoogleAsyncCallback<T>
java.lang.Object
com.logicaldoc.gui.common.client.DefaultAsyncCallback<T>
com.logicaldoc.gui.frontend.client.google.GoogleAsyncCallback<T>
- Type Parameters:
- T- The type of the return value that was declared in the synchronous version of the service method.
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.AsyncCallback<T>
Useful to handle communication with Google service
- Since:
- 9.1.1
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.logicaldoc.gui.common.client.DefaultAsyncCallbackonSuccess
- 
Constructor Details- 
GoogleAsyncCallbackpublic GoogleAsyncCallback()
 
- 
- 
Method Details- 
onFailure- Specified by:
- onFailurein interface- com.google.gwt.user.client.rpc.AsyncCallback<T>
- Overrides:
- onFailurein class- DefaultAsyncCallback<T>
 
 
-