jdk/src/share/classes/java/beans/beancontext/BeanContextChildSupport.java
changeset 23703 8f6d9fbd6834
parent 23010 6dadb192ad81
equal deleted inserted replaced
23702:95c64645aa0b 23703:8f6d9fbd6834
   260      * If anyone vetos the change, then fire a new event
   260      * If anyone vetos the change, then fire a new event
   261      * reverting everyone to the old value and then rethrow
   261      * reverting everyone to the old value and then rethrow
   262      * the PropertyVetoException. <P>
   262      * the PropertyVetoException. <P>
   263      *
   263      *
   264      * No event is fired if old and new are equal and non-null.
   264      * No event is fired if old and new are equal and non-null.
   265      * <P>
   265      *
   266      * @param name The programmatic name of the property that is about to
   266      * @param name The programmatic name of the property that is about to
   267      * change
   267      * change
   268      *
   268      *
   269      * @param oldValue The old value of the property
   269      * @param oldValue The old value of the property
   270      * @param newValue - The new value of the property
   270      * @param newValue - The new value of the property