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 DocumentListener
public void insertUpdate(DocumentEvent arg0)
insertUpdate
in interface DocumentListener
public void removeUpdate(DocumentEvent arg0)
removeUpdate
in interface DocumentListener
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.