public interface ListDataListener
extends java.util.EventListener, java.io.Serializable
ListDataEvents.ListDataEvent| Modifier and Type | Method and Description |
|---|---|
void |
contentsChanged(ListDataEvent e)
Indicates that the contents of the list have change.
|
void |
intervalAdded(ListDataEvent e)
Indicates that one or more items have been added to the list.
|
void |
intervalRemoved(ListDataEvent e)
Indicates that one or more items have been removed from the list.
|
void contentsChanged(ListDataEvent e)
e - the eventvoid intervalAdded(ListDataEvent e)
e - the eventvoid intervalRemoved(ListDataEvent e)
e - the event