Interface DiagnosticCache.ValidationListener

  • Enclosing class:
    DiagnosticCache

    public static interface DiagnosticCache.ValidationListener
    Notified when the validation changes.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void revalidationOccurred​(java.util.Collection<org.eclipse.emf.ecore.EObject> object, boolean potentialStructuralChange)
      Called when a revalidation for the object has happened.
    • Method Detail

      • revalidationOccurred

        void revalidationOccurred​(java.util.Collection<org.eclipse.emf.ecore.EObject> object,
                                  boolean potentialStructuralChange)
        Called when a revalidation for the object has happened.
        Parameters:
        object - the object
        potentialStructuralChange - whether this was caused by a structural change.