com.eviware.soapui.support
Interface EditorModel.EditorModelListener
- Enclosing interface:
- EditorModel
public static interface EditorModel.EditorModelListener
Interface for listeners to editor text changes
Method Summary |
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() ) |
editorTextChanged
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() )
- Parameters:
oldText
- the old text valuenewText
- the new text value
Copyright © 2005-2010 eviware.com. All Rights Reserved.