API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.event. ListDataListener View Source
Author(s)
Hans Muller
Since
Version
1.14 11/17/05
Serial
Hierarchy
 EventListener
      ListDataListener
Subinterfaces
Description
public interface ListDataListener
ListDataListener
See also:   
Methods
Hide/Show inherited methods
public void contentsChanged (ListDataEvent e)
  Sent when the contents of the list has changed in a way that's too complex to characterize with the previous methods.
public void intervalAdded (ListDataEvent e)
  Sent after the indices in the index0,index1 interval have been inserted in the data model.
public void intervalRemoved (ListDataEvent e)
  Sent after the indices in the index0,index1 interval have been removed from the data model.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar