org.eclipse.xtext.ui.editor
Interface IValidationJobScheduler

All Known Implementing Classes:
JdtValidationJobScheduler, ValidationJobScheduler

public interface IValidationJobScheduler

The scheduler is used to decide about an initially triggered validation for a freshly opened document.

Since:
2.1
Author:
Sebastian Zarnekow - Initial contribution and API
See Also:
ValidationJobScheduler

Method Summary
 void scheduleInitialValidation(IXtextDocument document)
          Optionally triggers the validation on the given document
 

Method Detail

scheduleInitialValidation

void scheduleInitialValidation(IXtextDocument document)
Optionally triggers the validation on the given document