Package com.norconex.commons.lang.map
Interface IMapChangeListener<K,V>
- Type Parameters:
K- the type of keys maintained by the map we are observingV- 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.
Listener for
Map changes.- Since:
- 1.4
- See Also:
-
Method Summary
Methods inherited from interface com.norconex.commons.lang.map.MapChangeListener
mapChanged
MapChangeListenerinstead.