Class XMLEditor.EditorsTextListener
java.lang.Object
org.apache.uima.taeconfigurator.editors.xml.XMLEditor.EditorsTextListener
- All Implemented Interfaces:
org.eclipse.jface.text.ITextListener
- Enclosing class:
- XMLEditor
public class XMLEditor.EditorsTextListener
extends Object
implements org.eclipse.jface.text.ITextListener
The listener interface for receiving editorsText events. The class that is interested in
processing a editorsText event implements this interface, and the object created with that
class is registered with a component using the component's
addEditorsTextListener
method. When the editorsText event occurs, that object's appropriate method is invoked.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EditorsTextListener
public EditorsTextListener()
-
-
Method Details
-
textChanged
public void textChanged(org.eclipse.jface.text.TextEvent event) - Specified by:
textChangedin interfaceorg.eclipse.jface.text.ITextListener
-