All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.gwt.user.tools.RpcAsyncClientTemplatesrc Maven / Gradle / Ivy

There is a newer version: 2.8.2
Show newest version
package @clientPackage;

import com.google.gwt.user.client.rpc.AsyncCallback;

/**
 * The async counterpart of GreetingService.
 */
public interface GreetingServiceAsync {
  void greetServer(String input, AsyncCallback callback)
      throws IllegalArgumentException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy