public class TextChangedListener extends Object implements DocumentListener
| Constructor and Description |
|---|
TextChangedListener(MainFrame frame)
Instantiates a new text changed listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
changedUpdate(DocumentEvent arg0) |
void |
insertUpdate(DocumentEvent arg0) |
void |
removeUpdate(DocumentEvent arg0) |
public TextChangedListener(MainFrame frame)
frame - the framepublic 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–2017 The Apache Software Foundation. All rights reserved.