| Package | Description |
|---|---|
| org.dishevelled.observable |
Observable decorators for collection and map interfaces.
|
| org.dishevelled.observable.event |
Observable collection and map interface change event support.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractObservableList.fireListChanged(ListChangeEvent<E> e)
Fire the specified change event to all registered
ListChangeListeners. |
| Modifier and Type | Method and Description |
|---|---|
void |
ObservableListChangeSupport.fireListChanged(ListChangeEvent<E> e)
Fire the specified change event to all registered
ListChangeListeners. |
void |
ListChangeListener.listChanged(ListChangeEvent<E> e)
Notify this listener that a change has been
made to the observable list.
|
Copyright (c) 2003-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).