Interface IEmbeddedEditor.IValidationStateListener
-
- All Known Implementing Classes:
ModelEditorPage
- Enclosing interface:
- IEmbeddedEditor
public static interface IEmbeddedEditor.IValidationStateListenerInforms interested parties about the actual validation state of the editor.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyValidationState(boolean hasErrors)Notifies about a validation state change.
-