net.sf.sbcc.componentcombo
Interface SimpleDataListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
BasicComponentComboBoxUI.Handler, BasicComponentComboBoxUI.SimpleDataHandler, JAbstractComponentComboBox, JMultiButtonComboBox

public interface SimpleDataListener
extends java.util.EventListener

ListDataListener

Author:
Christoph Bimminger

Method Summary
 void contentsChanged(SimpleDataEvent e)
          Sent when the contents of the list has changed in a way that's too complex to characterize with the previous methods.
 

Method Detail

contentsChanged

void contentsChanged(SimpleDataEvent e)
Sent when the contents of the list has changed in a way that's too complex to characterize with the previous methods. For example, this is sent when an item has been replaced. Index0 and index1 bracket the change.

Parameters:
e - a ListDataEvent encapsulating the event information