org.eclipse.emf.ecp.ui.validation
Interface ECPValidationResultService.ECPValidationResultServiceListener
- Enclosing interface:
- ECPValidationResultService
public static interface ECPValidationResultService.ECPValidationResultServiceListener
Listener interface for getting informed on input changes of the validation view.
- Author:
- jfaltermeier
resultChanged
void resultChanged(Object diagnostic)
- Called whenever the input changes.
- Parameters:
diagnostic
- the diagnostic. May be an array a list or a single Diagnostic.
Copyright © 2014. All Rights Reserved.