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