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 Details

contentsChanged

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