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-05-17-0641269.albatem...
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
adjustmentValueChanged(AdjustmentEvent)
java.desktop
java.awt.event
AdjustmentListener
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
adjustmentValueChanged(AdjustmentEvent)
Interface AdjustmentListener
All Superinterfaces:
EventListener
All Known Implementing Classes:
AWTEventMulticaster
public interface
AdjustmentListener
extends
EventListener
The listener interface for receiving adjustment events.
Since:
1.1
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
adjustmentValueChanged
(
AdjustmentEvent
e)
Invoked when the value of the adjustable has changed.
Method Details
adjustmentValueChanged
void
adjustmentValueChanged
(
AdjustmentEvent
e)
Invoked when the value of the adjustable has changed.
Parameters:
e
- the event to be processed