org.eclipse.emf.ecp.view.spi.validation
Interface ViewValidationListener
public interface ViewValidationListener
Listens for new validation results.
- Since:
- 1.5
- Author:
- jfaltermeier
Method Summary |
void |
onNewValidation(Set<org.eclipse.emf.common.util.Diagnostic> validationResults)
Returns validation results if the validation severity is higher than Diagnostic.OK . |
onNewValidation
void onNewValidation(Set<org.eclipse.emf.common.util.Diagnostic> validationResults)
- Returns validation results if the validation severity is higher than
Diagnostic.OK
. If there are no
severities higher than OK an empty Set is returned.
- Parameters:
validationResults
- all diagnostics
Copyright © 2015. All Rights Reserved.