K
- the key element typeV
- the value element type@FunctionalInterface public interface MapChangeListener<K,V>
Modifier and Type | Interface and Description |
---|---|
static class |
MapChangeListener.Change<K,V>
An elementary change done to an ObservableMap.
|
Modifier and Type | Method and Description |
---|---|
void |
onChanged(MapChangeListener.Change<? extends K,? extends V> change)
Called after a change has been made to an ObservableMap.
|
void onChanged(MapChangeListener.Change<? extends K,? extends V> change)
change
- the change that was madeCopyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.