E - the element type of the listpublic abstract class AbstractListListener<E> extends Object
| Constructor and Description |
|---|
AbstractListListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
elementAdded(E e)
Element added to the list.
|
void |
elementRemoved(E e)
Element removed from the list.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.