public static interface DiagnosticCache.ValidationListener
Modifier and Type | Method and Description |
---|---|
void |
revalidationOccurred(Collection<org.eclipse.emf.ecore.EObject> object,
boolean potentialStructuralChange)
Called when a revalidation for the object has happened.
|
void revalidationOccurred(Collection<org.eclipse.emf.ecore.EObject> object, boolean potentialStructuralChange)
object
- the objectpotentialStructuralChange
- whether this was caused by a structural change.Copyright © 2016. All rights reserved.