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