public class TextChangedListener extends Object implements DocumentListener
| Constructor and Description |
|---|
TextChangedListener(MainFrame frame) |
| Modifier and Type | Method and Description |
|---|---|
void |
changedUpdate(DocumentEvent arg0) |
void |
insertUpdate(DocumentEvent arg0) |
void |
removeUpdate(DocumentEvent arg0) |
public TextChangedListener(MainFrame frame)
public void changedUpdate(DocumentEvent arg0)
changedUpdate in interface DocumentListenerpublic void insertUpdate(DocumentEvent arg0)
insertUpdate in interface DocumentListenerpublic void removeUpdate(DocumentEvent arg0)
removeUpdate in interface DocumentListenerCopyright © 2006–2015 The Apache Software Foundation. All rights reserved.