/** * */ package org.gcube.datacatalogue.grsf_manage_widget.client; import org.gcube.datacatalogue.grsf_manage_widget.shared.ManageProductBean; import com.google.gwt.user.client.rpc.AsyncCallback; public interface GRSFManageWidgetAsync { void notifyProductUpdate(ManageProductBean bean, AsyncCallback callback); void getProductBeanById(String identifier, AsyncCallback callback); }