| 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.fireListWillChange()
Fire a will change event to all registered
VetoableListChangeListeners. |
void |
AbstractObservableList.fireListWillChange(VetoableListChangeEvent<E> e)
Fire the specified will change event to all registered
VetoableListChangeListeners. |
| Modifier and Type | Method and Description |
|---|---|
void |
ObservableListChangeSupport.fireListWillChange()
Fire a will change event to all registered
VetoableListChangeListeners. |
void |
ObservableListChangeSupport.fireListWillChange(VetoableListChangeEvent<E> e)
Fire the specified will change event to all registered
VetoableListChangeListeners. |
void |
VetoableListChangeListener.listWillChange(VetoableListChangeEvent<E> e)
Notify this listener that a vetoable change is about
to be made to the observable list.
|
Copyright (c) 2003-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).