| 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 |
AbstractObservableQueue.fireQueueWillChange(VetoableQueueChangeEvent<E> e)
Fire the specified will change event to all registered
VetoableQueueChangeListeners. |
| Modifier and Type | Method and Description |
|---|---|
void |
ObservableQueueChangeSupport.fireQueueWillChange(VetoableQueueChangeEvent<E> e)
Fire the specified will change event to all registered
VetoableQueueChangeListeners. |
void |
VetoableQueueChangeListener.queueWillChange(VetoableQueueChangeEvent<E> e)
Notify this listener that a vetoable change is about
to be made to the observable queue.
|
Copyright (c) 2003-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).