Class ModelValidatorDelayer<T>

  • Type Parameters:
    T -

    public class ModelValidatorDelayer<T>
    extends Object
    Validate a given model document with delay.
    Author:
    Angelo ZERR
    • Method Detail

      • validateWithDelay

        public void validateWithDelay​(ModelTextDocument<T> document)
        Validate the given model document identified by the given uri with a delay.
        Parameters:
        uri - the document URI.
        document - the document model to validate.
      • cleanPendingValidation

        public void cleanPendingValidation​(String uri)