Interface IEmbeddedEditor.IDocumentStateListener
-
- All Known Implementing Classes:
ModelEditorPage
- Enclosing interface:
- IEmbeddedEditor
public static interface IEmbeddedEditor.IDocumentStateListenerInforms interested parties about actual document changes.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyDocumentChanged()Notifies about a changed document.
-