EventList
that adds itself as a PropertyChangeListener
to each element added to the list. Elements added to this list must implement {@link PropertyChangeSource}. When the element fires a {@link java.beans.PropertyChangeEvent} the list is notified and firesa {@link ListEvent#CHANGED} event. This EventList
is most useful when combined with a EventList
view implementation that can maintain a different ordering or present a subset of the elements this list.
|
|
|
|