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

Method Summary
 void resultChanged(Object diagnostic)
          Called whenever the input changes.
 

Method Detail

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