Uses of Interface
org.eclipse.emf.validation.service.IValidationListener

Packages that use IValidationListener
org.eclipse.emf.validation.service The semi-public (internal-public) package defining the API for invocation of the validation engine and for the implementation of constraint providers. 
 

Uses of IValidationListener in org.eclipse.emf.validation.service
 

Methods in org.eclipse.emf.validation.service with parameters of type IValidationListener
 void ModelValidationService.addValidationListener(IValidationListener listener)
          Adds a new listener to receive validation events.
 void ModelValidationService.removeValidationListener(IValidationListener listener)
          Removes a listener from the service.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.