public class TfDocumentListener extends Object implements DocumentListener
| Constructor and Description |
|---|
TfDocumentListener(PrefsMediator med)
Instantiates a new tf document listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
changedUpdate(DocumentEvent e) |
void |
insertUpdate(DocumentEvent e) |
void |
removeUpdate(DocumentEvent e) |
public TfDocumentListener(PrefsMediator med)
med - the medpublic void changedUpdate(DocumentEvent e)
changedUpdate in interface DocumentListenerpublic void insertUpdate(DocumentEvent e)
insertUpdate in interface DocumentListenerpublic void removeUpdate(DocumentEvent e)
removeUpdate in interface DocumentListenerCopyright © 2006–2018 The Apache Software Foundation. All rights reserved.