org.dishevelled.observable.event
Interface MapChangeListener<K,V>
- Type Parameters:
K - map key typeV - map value type
- All Superinterfaces:
- EventListener
public interface MapChangeListener<K,V>
- extends EventListener
A listener that receives notification of changes
made to an observable map.
- Version:
- $Revision$ $Date$
- Author:
- Michael Heuer
mapChanged
void mapChanged(MapChangeEvent<K,V> e)
- Notify this listener that a change has been
made to the observable map.
- Parameters:
e - map change event
Copyright (c) 2003-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).