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

Print this page

        

*** 40,50 **** * the relevant method in the listener object * is invoked, and the <code>FocusEvent</code> is passed to it. * * @see FocusAdapter * @see FocusEvent ! * @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 interface FocusListener extends EventListener { --- 40,50 ---- * the relevant method in the listener object * is invoked, and the <code>FocusEvent</code> is passed to it. * * @see FocusAdapter * @see FocusEvent ! * @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 interface FocusListener extends EventListener {