package org.gcube.informationsystem.resource_checker.utils; import java.util.Map; import org.gcube.vremanagement.executor.plugin.PluginStateEvolution; import org.gcube.vremanagement.executor.plugin.PluginStateNotification; public class SendNotification extends PluginStateNotification{ public SendNotification(Map inputs) { super(inputs); // TODO Auto-generated constructor stub } @Override public void pluginStateEvolution(PluginStateEvolution pluginStateEvolution, Exception exception) throws Exception { // TODO Auto-generated method stub } }