API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.event. DocumentListener View Source
Author(s)
Timothy Prinzing
Since
Version
1.15 11/17/05
Serial
Hierarchy
 EventListener
      DocumentListener
Subinterfaces
Description
public interface DocumentListener
  Interface for an observer to register to receive notifications of changes to a text document.
Methods
Hide/Show inherited methods
public void changedUpdate (DocumentEvent e)
  Gives notification that an attribute or set of attributes changed.
public void insertUpdate (DocumentEvent e)
  Gives notification that there was an insert into the document.
public void removeUpdate (DocumentEvent e)
  Gives notification that a portion of the document has been removed.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar