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

public class EmptyAsyncCallback<T> extends DefaultAsyncCallback<T>
An implemantation of callback that does nothing to handle the successful call
Since:
9.1.1
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details

    • EmptyAsyncCallback

      public EmptyAsyncCallback()