Package com.logicaldoc.gui.common.client
Class EmptyAsyncCallback<T>
java.lang.Object
com.logicaldoc.gui.common.client.DefaultAsyncCallback<T>
com.logicaldoc.gui.common.client.EmptyAsyncCallback<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>
- Direct Known Subclasses:
GoogleAsyncCallback
An implemantation of callback that does nothing to handle the successful call
- Since:
- 9.1.1
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.logicaldoc.gui.common.client.DefaultAsyncCallback
onFailure, onSuccess
-
Constructor Details
-
EmptyAsyncCallback
public EmptyAsyncCallback()
-