|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
E - The type of elements contained in the list.public interface ListListener<E>
An object that listens for list modification events.
| Method Summary | |
|---|---|
void |
listModified(ListEvent<E> listEvent)
Called when a list is modified. |
| Method Detail |
|---|
void listModified(ListEvent<E> listEvent)
listEvent - The event indicating the source of the event and the list modifications.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||