public interface IMessageReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
collect(IMessage message,
org.eclipse.emf.ecore.EObject cause,
org.eclipse.emf.ecore.EStructuralFeature causeFeature,
int code)
Receives an EASy message.
|
void |
error(java.lang.String message,
org.eclipse.emf.ecore.EObject cause,
org.eclipse.emf.ecore.EStructuralFeature causeFeature,
int code)
Receives an error message.
|
void |
warning(java.lang.String message,
org.eclipse.emf.ecore.EObject cause,
org.eclipse.emf.ecore.EStructuralFeature causeFeature,
int code)
Receives a warning message.
|
void error(java.lang.String message,
org.eclipse.emf.ecore.EObject cause,
org.eclipse.emf.ecore.EStructuralFeature causeFeature,
int code)
message - the messagecause - the cause (as instance of the EMF grammar model)causeFeature - the cause of the feature as an appropriate constant from
IvmlPackage.Literalscode - a numerical identification of the errorvoid warning(java.lang.String message,
org.eclipse.emf.ecore.EObject cause,
org.eclipse.emf.ecore.EStructuralFeature causeFeature,
int code)
message - the messagecause - the cause (as instance of the EMF grammar model)causeFeature - the cause of the feature as an appropriate constant from
IvmlPackage.Literalscode - a numerical identification of the warningvoid collect(IMessage message, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature causeFeature, int code)
message - the messagecause - the cause (as instance of the EMF grammar model)causeFeature - the cause of the feature as an appropriate constant from
IvmlPackage.Literalscode - a numerical identification of the errorCopyright © 2009 - 2018 SSE. All Rights Reserved.