org.eclipse.emf.ecp.view.internal.validation
Interface ViewValidationListener


public interface ViewValidationListener

Listens for new validation results.

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.
 

Method Detail

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 © 2014. All Rights Reserved.