org.glassfish.config.support
Class TypedVetoableChangeSupport
java.lang.Object
java.beans.VetoableChangeSupport
org.glassfish.config.support.TypedVetoableChangeSupport
- All Implemented Interfaces:
- Serializable
public class TypedVetoableChangeSupport
- extends VetoableChangeSupport
Support class for sending vetoable events.
- Author:
- Jerome Dochez
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypedVetoableChangeSupport
public TypedVetoableChangeSupport(Object sourceBean)
fireVetoableChange
public void fireVetoableChange(String propertyName,
Object oldValue,
Object newValue)
throws PropertyVetoException
- Overrides:
fireVetoableChange in class VetoableChangeSupport
- Throws:
PropertyVetoException
Copyright © 2012 GlassFish Community. All Rights Reserved.