Interface StyledTextModel.Listener
- Enclosing class:
StyledTextModel
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Receives information about modifications of the model.
- Since:
- 24
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Informs the listener that the model content has changed.
-
Method Details
-
onContentChange
Informs the listener that the model content has changed.- Parameters:
ch
- the change
-