< prev index next >

src/java.desktop/share/classes/java/awt/event/ActionListener.java

Print this page

        

@@ -30,12 +30,12 @@
 /**
  * The listener interface for receiving action events.
  * The class that is interested in processing an action event
  * implements this interface, and the object created with that
  * class is registered with a component, using the component's
- * <code>addActionListener</code> method. When the action event
- * occurs, that object's <code>actionPerformed</code> method is
+ * {@code addActionListener} method. When the action event
+ * occurs, that object's {@code actionPerformed} method is
  * invoked.
  *
  * @see ActionEvent
  * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/actionlistener.html">How to Write an Action Listener</a>
  *
< prev index next >