Module javafx.base

Interface MapChangeListener<K,V>

Type Parameters:
K - the key element type
V - the value element type
All Known Implementing Classes:
WeakMapChangeListener
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface MapChangeListener<K,V>
Interface that receives notifications of changes to an ObservableMap.
Since:
JavaFX 2.0