edu.rice.cs.plt.swing
Class ComposedDocumentListener
java.lang.Object
edu.rice.cs.plt.swing.ComposedListener<DocumentListener>
edu.rice.cs.plt.swing.ComposedDocumentListener
- All Implemented Interfaces:
- EventListener, DocumentListener
public class ComposedDocumentListener
- extends ComposedListener<DocumentListener>
- implements DocumentListener
A DocumentListener that delegates to a wrapped list of listeners.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComposedDocumentListener
public ComposedDocumentListener()
changedUpdate
public void changedUpdate(DocumentEvent e)
- Specified by:
changedUpdate in interface DocumentListener
insertUpdate
public void insertUpdate(DocumentEvent e)
- Specified by:
insertUpdate in interface DocumentListener
removeUpdate
public void removeUpdate(DocumentEvent e)
- Specified by:
removeUpdate in interface DocumentListener