package org.gcube.portlets.user.joinvre.client; import java.util.ArrayList; import org.gcube.portlets.user.vremembers.shared.VRE; import com.google.gwt.user.client.rpc.RemoteService; import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; /** * The client side stub for the RPC service. * @author Massimiliano Assante, ISTI-CNR - massimiliano.assante@isti.cnr.it * @author Luca Frosini (ISTI - CNR) http://www.lucafrosini.com/ */ @RemoteServiceRelativePath("memberservice") public interface JoinService extends RemoteService { ArrayList getVREs(); }