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() )
 

Method Detail

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 value
newText - the new text value


Copyright © 2005-2009 eviware.com. All Rights Reserved.