src/share/classes/java/awt/KeyboardFocusManager.java

Print this page

        

*** 1457,1466 **** --- 1457,1467 ---- /** * Returns an array of all the <code>PropertyChangeListener</code>s * associated with the named property. * + * @param propertyName the property name * @return all of the <code>PropertyChangeListener</code>s associated with * the named property or an empty array if no such listeners have * been added. * * @see #addPropertyChangeListener(java.lang.String,java.beans.PropertyChangeListener)
*** 1626,1635 **** --- 1627,1637 ---- /** * Returns an array of all the <code>VetoableChangeListener</code>s * associated with the named property. * + * @param propertyName the property name * @return all of the <code>VetoableChangeListener</code>s associated with * the named property or an empty array if no such listeners have * been added. * * @see #addVetoableChangeListener(java.lang.String,java.beans.VetoableChangeListener)