< prev index next >

src/java.desktop/share/classes/java/beans/VetoableChangeSupport.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 VetoableChangeListener} can be registered for all properties * or for a property specified by name. * <p> * Here is an example of {@code VetoableChangeSupport} usage that follows ! * the rules and recommendations laid out in the JavaBeans&trade; specification: * <pre>{@code * public class MyBean { * private final VetoableChangeSupport vcs = new VetoableChangeSupport(this); * * public void addVetoableChangeListener(VetoableChangeListener listener) { --- 39,49 ---- * as a member field of your bean and delegate these types of work to it. * The {@link VetoableChangeListener} can be registered for all properties * or for a property specified by name. * <p> * Here is an example of {@code VetoableChangeSupport} usage that follows ! * the rules and recommendations laid out in the JavaBeans specification: * <pre>{@code * public class MyBean { * private final VetoableChangeSupport vcs = new VetoableChangeSupport(this); * * public void addVetoableChangeListener(VetoableChangeListener listener) {
< prev index next >