This repository has been archived on 2021-11-25. You can view files and clone it, but cannot push or open issues or pull requests.
vmereports-manager-portlet/src/main/java/org/gcube/portlets/user/reportgenerator/client/events/RemovedCitationEventHandler...

8 lines
237 B
Java

package org.gcube.portlets.user.reportgenerator.client.events;
import com.google.gwt.event.shared.EventHandler;
public interface RemovedCitationEventHandler extends EventHandler {
void onRemovedCitation(RemovedCitationEvent event);
}