K - map key typeV - map value typepublic class VetoableMapChangeEvent<K,V> extends EventObject
source| Constructor and Description |
|---|
VetoableMapChangeEvent(ObservableMap<K,V> source)
Create a new vetoable map change event with the
specified observable map as the event source.
|
| Modifier and Type | Method and Description |
|---|---|
ObservableMap<K,V> |
getObservableMap()
Return the source of this vetoable map change event as an
ObservableMap. |
getSource, toStringpublic VetoableMapChangeEvent(ObservableMap<K,V> source)
source - source of the eventpublic final ObservableMap<K,V> getObservableMap()
ObservableMap.ObservableMapCopyright (c) 2003-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).