social-profile/src/main/java/org/gcube/portlets/user/socialprofile/client/GreetingServiceAsync.java

10 lines
217 B
Java

package org.gcube.portlets.user.socialprofile.client;
import com.google.gwt.user.client.rpc.AsyncCallback;
public interface GreetingServiceAsync {
void greetServer(String name, AsyncCallback<String> callback);
}