org.dishevelled.observable.event
Interface VetoableMapChangeListener<K,V>
- Type Parameters:
K - map key typeV - map value type
- All Superinterfaces:
- EventListener
public interface VetoableMapChangeListener<K,V>
- extends EventListener
A listener that receives notification of vetoable
changes about to be made to an observable map.
- Version:
- $Revision$ $Date$
- Author:
- Michael Heuer
mapWillChange
void mapWillChange(VetoableMapChangeEvent<K,V> e)
throws MapChangeVetoException
- Notify this listener that a vetoable change is about
to be made to the observable map.
- Parameters:
e - vetoable map change event
- Throws:
MapChangeVetoException - if this listener wishes
the change about to be made to be rolled back
Copyright (c) 2003-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).