org.glassfish.config.support
Class TypedVetoableChangeSupport

java.lang.Object
  extended by java.beans.VetoableChangeSupport
      extended by 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

Constructor Summary
TypedVetoableChangeSupport(Object sourceBean)
           
 
Method Summary
 void fireVetoableChange(String propertyName, Object oldValue, Object newValue)
           
 
Methods inherited from class java.beans.VetoableChangeSupport
addVetoableChangeListener, addVetoableChangeListener, fireVetoableChange, fireVetoableChange, fireVetoableChange, getVetoableChangeListeners, getVetoableChangeListeners, hasListeners, removeVetoableChangeListener, removeVetoableChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedVetoableChangeSupport

public TypedVetoableChangeSupport(Object sourceBean)
Method Detail

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.