JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 23 & JDK 23
DRAFT 23-internal-2024-04-16-1247301.vklang...
java.desktop
javax.swing.event
HyperlinkListener
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
hyperlinkUpdate(HyperlinkEvent)
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