Class EmbeddedXtextSourceEditor.ValidationStateListener
- java.lang.Object
-
- net.ssehub.easy.dslCore.ui.editors.EmbeddedXtextSourceEditor.ValidationStateListener
-
- All Implemented Interfaces:
org.eclipse.jface.text.source.IAnnotationModelListener
- Enclosing class:
- EmbeddedXtextSourceEditor
private class EmbeddedXtextSourceEditor.ValidationStateListener extends java.lang.Object implements org.eclipse.jface.text.source.IAnnotationModelListenerImplements a delegating validation state listener.- Author:
- Holger Eichelberger
-
-
Field Summary
Fields Modifier and Type Field Description private IEmbeddedEditor.IValidationStateListenerlistener
-
Constructor Summary
Constructors Modifier Constructor Description privateValidationStateListener(IEmbeddedEditor.IValidationStateListener listener)Creates a validate state listener.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmodelChanged(org.eclipse.jface.text.source.IAnnotationModel model)
-
-
-
Field Detail
-
listener
private IEmbeddedEditor.IValidationStateListener listener
-
-
Constructor Detail
-
ValidationStateListener
private ValidationStateListener(IEmbeddedEditor.IValidationStateListener listener)
Creates a validate state listener.- Parameters:
listener- the external listener to inform about changes in the validation state
-
-