|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ListDataListener
The listener interface for receiving list data events.
ListDataEvent
Method Summary | |
---|---|
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. |
Method Detail |
---|
void contentsChanged(ListDataEvent e)
e
- The ListDataEvent describing the update.void intervalAdded(ListDataEvent e)
e
- The ListDataEvent describing the update.void intervalRemoved(ListDataEvent e)
e
- The ListDataEvent describing the update.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |