Uses of Class
org.eclipse.emf.validation.service.ConstraintChangeEvent

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

Methods in org.eclipse.emf.validation.service with parameters of type ConstraintChangeEvent
 void ConstraintRegistry.broadcastConstraintChangeEvent(ConstraintChangeEvent event)
          Broadcasts the specified ConstraintChangeEvent to all constraint listeners.
 void IConstraintListener.constraintChanged(ConstraintChangeEvent event)
          Notifies me that a constraint change event has taken place.
 


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