roleandteam-viewer-portlet/src/main/java/org/gcube/portlets/user/questions/client/QuestionsServiceAsync.java

14 lines
294 B
Java

package org.gcube.portlets.user.questions.client;
import java.util.ArrayList;
import org.gcube.portal.databook.shared.UserInfo;
import com.google.gwt.user.client.rpc.AsyncCallback;
public interface QuestionsServiceAsync {
void getManagers(AsyncCallback<ArrayList<UserInfo>> callback);
}