Module java.desktop

Class BasicComboBoxUI.ListDataHandler

java.lang.Object
javax.swing.plaf.basic.BasicComboBoxUI.ListDataHandler
All Implemented Interfaces:
EventListener, ListDataListener
Enclosing class:
BasicComboBoxUI

public class BasicComboBoxUI.ListDataHandler
extends Object
implements ListDataListener
This listener watches for changes in the ComboBoxModel.

This public inner class should be treated as protected. Instantiate it only within subclasses of BasicComboBoxUI.

See Also:
BasicComboBoxUI.createListDataListener()