public interface ViewValidationListener
Modifier and Type | Method and Description |
---|---|
void |
onNewValidation(Set<org.eclipse.emf.common.util.Diagnostic> validationResults)
Returns validation results if the validation severity is higher than
Diagnostic.OK . |
void onNewValidation(Set<org.eclipse.emf.common.util.Diagnostic> validationResults)
Diagnostic.OK
. If there are no
severities higher than OK an empty Set is returned.validationResults
- all diagnosticsCopyright © 2019. All rights reserved.