Interface ObservableMap<K,V>
- All Superinterfaces:
Map<K,
V>
A
Map
that notifies listeners of changes to the Map
.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a listener to this observable map.void
Removes a listener from this observable map.Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
addObservableMapListener
Adds a listener to this observable map.- Parameters:
listener
- the listener to add
-
removeObservableMapListener
Removes a listener from this observable map.- Parameters:
listener
- the listener to remove
-