Interface IStateValidationSupport


public interface IStateValidationSupport
Implementers of IFileBuffer may also implement IStateValidationSupport in order to allow a IFileBufferManager to batch the stages of state validation when calling IFileBufferManager.validateState(IFileBuffer[], org.eclipse.core.runtime.IProgressMonitor, Object).
Since:
3.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Tells this buffer that the validation state is about to be changed.
    void
    validationStateChanged(boolean validationState, IStatus status)
    Tells this buffer that the validation state has been changed to the given value.
    void
    Tells this buffer that a initiated state validation failed.