/** * */ package org.gcube.portlets.user.td.client.rpc; import com.google.gwt.user.client.rpc.AsyncCallback; /** * @author "Federico De Faveri defaveri@isti.cnr.it" * */ public interface GreetingServiceAsync { /** * * @see org.gcube.portlets.user.td.client.rpc.GreetingService#greetServer(java.lang.String) */ void greetServer(String name, AsyncCallback callback); }