com.im.commons 5.8

com.im.commons.util
Class DocumentAdapter

java.lang.Object
  extended by com.im.commons.util.DocumentAdapter
All Implemented Interfaces:
EventListener, DocumentListener

public abstract class DocumentAdapter
extends Object
implements DocumentListener

An empty implementation of Swing DocumentListener


Constructor Summary
DocumentAdapter()
           
 
Method Summary
abstract  void change(DocumentEvent e)
          This method is invoked from all other DocumentListener methods
 void changedUpdate(DocumentEvent e)
           
 void insertUpdate(DocumentEvent e)
           
 void removeUpdate(DocumentEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentAdapter

public DocumentAdapter()
Method Detail

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


com.im.commons 5.8