Class GoogleAsyncCallback<T>
java.lang.Object
com.logicaldoc.gui.common.client.DefaultAsyncCallback<T>
com.logicaldoc.gui.frontend.client.google.GoogleAsyncCallback<T>
- 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 Summary
Constructors -
Method Summary
Methods inherited from class com.logicaldoc.gui.common.client.DefaultAsyncCallback
onSuccess
-
Constructor Details
-
GoogleAsyncCallback
public GoogleAsyncCallback()
-
-
Method Details
-
onFailure
- Specified by:
onFailure
in interfacecom.google.gwt.user.client.rpc.AsyncCallback<T>
- Overrides:
onFailure
in classDefaultAsyncCallback<T>
-