Interface IMapChangeListener<K,V>

Type Parameters:
K - the type of keys maintained by the map we are observing
V - the type of mapped values
All Superinterfaces:
MapChangeListener<K,V>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated(since="3.0.0") @FunctionalInterface public interface IMapChangeListener<K,V> extends MapChangeListener<K,V>
Deprecated.
Use MapChangeListener instead.
Listener for Map changes.
Since:
1.4
See Also: