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

Packages that use IConstraintListener
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 IConstraintListener in org.eclipse.emf.validation.service
 

Methods in org.eclipse.emf.validation.service with parameters of type IConstraintListener
 void ConstraintRegistry.addConstraintListener(IConstraintListener listener)
          Adds an IConstraintListener to receive constraint change events.
 void ConstraintRegistry.removeConstraintListener(IConstraintListener listener)
          Removes the IConstraintListener from the list of listeners.
 


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