< prev index next >
src/java.desktop/share/classes/java/beans/VetoableChangeListener.java
Print this page
@@ -33,11 +33,11 @@
*/
public interface VetoableChangeListener extends java.util.EventListener {
/**
* This method gets called when a constrained property is changed.
*
- * @param evt a <code>PropertyChangeEvent</code> object describing the
+ * @param evt a {@code PropertyChangeEvent} object describing the
* event source and the property that has changed.
* @exception PropertyVetoException if the recipient wishes the property
* change to be rolled back.
*/
void vetoableChange(PropertyChangeEvent evt)
< prev index next >