com.im.commons.util
Class DocumentAdapter
java.lang.Object
com.im.commons.util.DocumentAdapter
- All Implemented Interfaces:
- EventListener, DocumentListener
public abstract class DocumentAdapter
- extends Object
- implements DocumentListener
An empty implementation of Swing DocumentListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentAdapter
public DocumentAdapter()
removeUpdate
public void removeUpdate(DocumentEvent e)
- Specified by:
removeUpdate in interface DocumentListener
insertUpdate
public void insertUpdate(DocumentEvent e)
- Specified by:
insertUpdate in interface DocumentListener
changedUpdate
public void changedUpdate(DocumentEvent e)
- Specified by:
changedUpdate in interface DocumentListener
change
public abstract void change(DocumentEvent e)
- This method is invoked from all other DocumentListener methods