charvax.swing.event
Interface ListDataListener

All Superinterfaces:
EventListener

public interface ListDataListener
extends EventListener

Classes that need to be notified of changes in the contents of a list must implement this interface.


Method Summary
 void contentsChanged(ListDataEvent evt)
          This method is called when the contents of the list have changed.
 

Method Detail

contentsChanged

public void contentsChanged(ListDataEvent evt)
This method is called when the contents of the list have changed.