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 24 & JDK 24
DRAFT 24-crac+20-25
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