< prev index next >

src/java.desktop/share/classes/java/beans/IndexedPropertyChangeEvent.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 24,34 **** */ package java.beans; /** * An "IndexedPropertyChange" event gets delivered whenever a component that ! * conforms to the JavaBeans&trade; specification (a "bean") changes a bound * indexed property. This class is an extension of {@code PropertyChangeEvent} * but contains the index of the property that has changed. * <P> * Null values may be provided for the old and the new values if their * true values are not known. --- 24,34 ---- */ package java.beans; /** * An "IndexedPropertyChange" event gets delivered whenever a component that ! * conforms to the JavaBeans specification (a "bean") changes a bound * indexed property. This class is an extension of {@code PropertyChangeEvent} * but contains the index of the property that has changed. * <P> * Null values may be provided for the old and the new values if their * true values are not known.
< prev index next >