src/share/classes/java/awt/event/FocusAdapter.java

Print this page

        

*** 42,52 **** * the relevant method in the listener object is invoked, * and the <code>FocusEvent</code> is passed to it. * * @see FocusEvent * @see FocusListener ! * @see <a href="http://java.sun.com/docs/books/tutorial/post1.0/ui/focuslistener.html">Tutorial: Writing a Focus Listener</a> * * @author Carl Quinn * @since 1.1 */ public abstract class FocusAdapter implements FocusListener { --- 42,52 ---- * the relevant method in the listener object is invoked, * and the <code>FocusEvent</code> is passed to it. * * @see FocusEvent * @see FocusListener ! * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/focuslistener.html">Tutorial: Writing a Focus Listener</a> * * @author Carl Quinn * @since 1.1 */ public abstract class FocusAdapter implements FocusListener {