Class AbstractGenericVetoableChangeListener<V>

java.lang.Object
com.globalmentor.beans.AbstractGenericVetoableChangeListener<V>
Type Parameters:
V - The type of property value.
All Implemented Interfaces:
GenericVetoableChangeListener<V>, VetoableChangeListener, EventListener

public abstract class AbstractGenericVetoableChangeListener<V> extends Object implements GenericVetoableChangeListener<V>
A Java Beans vetoable change listener retrofitted to use generics to cast to proper value type.
Author:
Garret Wilson