Interface IEmbeddedEditor.IValidationStateListener

  • All Known Implementing Classes:
    ModelEditorPage
    Enclosing interface:
    IEmbeddedEditor

    public static interface IEmbeddedEditor.IValidationStateListener
    Informs interested parties about the actual validation state of the editor.
    Author:
    Holger Eichelberger
    • Method Detail

      • notifyValidationState

        void notifyValidationState​(boolean hasErrors)
        Notifies about a validation state change.
        Parameters:
        hasErrors - true if the document validation indicates errors, false in case of no errors