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

12 lines
256 B
Java

package org.gcube.portlets.user.socialprofile.client;
import org.gcube.portal.databook.shared.UserInfo;
import com.google.gwt.user.client.rpc.AsyncCallback;
public interface SocialServiceAsync {
void getUserInfo(AsyncCallback<UserInfo> callback);
}