public class BasicComboPopup.ListDataHandler extends Object implements ListDataListener
| Constructor and Description |
|---|
BasicComboPopup.ListDataHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
contentsChanged(ListDataEvent e)
Notifies the listener that the contents of the list have changed
in some way.
|
void |
intervalAdded(ListDataEvent e)
Notifies the listener that one or more items have been added to the
list.
|
void |
intervalRemoved(ListDataEvent e)
Notifies the listener that one or more items have been removed from
the list.
|
public BasicComboPopup.ListDataHandler()
public void contentsChanged(ListDataEvent e)
ListDataListenerListDataListener.intervalAdded(ListDataEvent) or the
ListDataListener.intervalRemoved(ListDataEvent) methods.contentsChanged in interface ListDataListenere - the event.public void intervalAdded(ListDataEvent e)
ListDataListenerevent argument can supply the indices for the
range of items added.intervalAdded in interface ListDataListenere - the event.public void intervalRemoved(ListDataEvent e)
ListDataListenerevent argument can supply the indices for
the range of items removed.intervalRemoved in interface ListDataListenere - the event.