This web site requires JavaScript for proper operation. JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Sample
Document
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
|
Static
Detail:
Field |
Constr |
Method
|
Static
java.awt.event
Interface AdjustmentListener
All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AWTEventMulticaster
public interface
AdjustmentListener
extends java.util.EventListener
The listener interface for receiving adjustment events.
Since:
1.1
Method Summary
Methods
Modifier and Type
Method and Description
void
adjustmentValueChanged
(
AdjustmentEvent
e)
Invoked when the value of the adjustable has changed.
Method Detail
adjustmentValueChanged
void
adjustmentValueChanged
(
AdjustmentEvent
e)
Invoked when the value of the adjustable has changed.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Sample
Document
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
|
Static
Detail:
Field |
Constr |
Method
|
Static
This document was created by
Dulcet
from the OpenJDK sources.
Copyright
© 1993, 2012 Oracle and/or its affiliates. All rights reserved.