< prev index next >

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

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

*** 39,49 **** * as a member field of your bean and delegate these types of work to it. * The {@link PropertyChangeListener} can be registered for all properties * or for a property specified by name. * <p> * Here is an example of {@code PropertyChangeSupport} usage that follows ! * the rules and recommendations laid out in the JavaBeans&trade; specification: * <pre> * public class MyBean { * private final PropertyChangeSupport pcs = new PropertyChangeSupport(this); * * public void addPropertyChangeListener(PropertyChangeListener listener) { --- 39,49 ---- * as a member field of your bean and delegate these types of work to it. * The {@link PropertyChangeListener} can be registered for all properties * or for a property specified by name. * <p> * Here is an example of {@code PropertyChangeSupport} usage that follows ! * the rules and recommendations laid out in the JavaBeans specification: * <pre> * public class MyBean { * private final PropertyChangeSupport pcs = new PropertyChangeSupport(this); * * public void addPropertyChangeListener(PropertyChangeListener listener) {
< prev index next >