All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edelta.lib.EdeltaIssuePresenter Maven / Gradle / Ivy

There is a newer version: 3.5.0
Show newest version
package edelta.lib;

import org.eclipse.emf.ecore.ENamedElement;

/**
 * Responsible of showing issues (errors and warnings).
 * 
 * @author Lorenzo Bettini
 *
 */
public interface EdeltaIssuePresenter {

	void showError(ENamedElement problematicObject, String message);

	void showWarning(ENamedElement problematicObject, String message);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy