JSR-209 (Final Release)

javax.swing.event
Interface HyperlinkListener

All Superinterfaces:
java.util.EventListener

public interface HyperlinkListener
extends java.util.EventListener

HyperlinkListener


Method Summary
 void hyperlinkUpdate(HyperlinkEvent e)
          Called when a hypertext link is updated.
 

Method Detail

hyperlinkUpdate

public void hyperlinkUpdate(HyperlinkEvent e)
Called when a hypertext link is updated.

Parameters:
e - the event responsible for the update

JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.