JavaScript is disabled on your browser.
Skip navigation links
Java SE 21 & JDK 21
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
java.desktop
Package
javax.swing.event
Interface HyperlinkListener
All Superinterfaces:
EventListener
public interface
HyperlinkListener
extends
EventListener
HyperlinkListener
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
hyperlinkUpdate
(
HyperlinkEvent
e)
Called when a hypertext link is updated.
Method Details
hyperlinkUpdate
void
hyperlinkUpdate
(
HyperlinkEvent
e)
Called when a hypertext link is updated.
Parameters:
e
- the event responsible for the update