Class 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>

public class GoogleAsyncCallback<T> extends EmptyAsyncCallback<T>
Useful to handle communication with Google service
Since:
9.1.1
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details

    • GoogleAsyncCallback

      public GoogleAsyncCallback()
  • Method Details