Interface for listeners to editor text changes
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
editorTextChanged(java.lang.String oldText, java.lang.String newText)Notification that should be sent by EditorModel to all registered listeners if the text changes by some external method (ie not via EditorModel.setEditorText() ) |
Notification that should be sent by EditorModel to all registered listeners if the text changes by some external method (ie not via EditorModel.setEditorText() )
oldText - the old text valuenewText - the new text value