Class BasicScrollPaneUI.VSBChangeListener
java.lang.Object
javax.swing.plaf.basic.BasicScrollPaneUI.VSBChangeListener
- All Implemented Interfaces:
EventListener
,ChangeListener
- Enclosing class:
BasicScrollPaneUI
@Deprecated(since="17",
forRemoval=true)
public class BasicScrollPaneUI.VSBChangeListener
extends Object
implements ChangeListener
Deprecated, for removal: This API element is subject to removal in a future version.
Vertical scrollbar listener.
This class exists only for backward compatibility.
All its functionality has been moved into Handler.
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Constructs aVSBChangeListener
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated, for removal: This API element is subject to removal in a future version.Invoked when the target of the listener has changed its state.
-
Constructor Details
-
VSBChangeListener
public VSBChangeListener()Deprecated, for removal: This API element is subject to removal in a future version.Constructs aVSBChangeListener
.
-
-
Method Details
-
stateChanged
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ChangeListener
Invoked when the target of the listener has changed its state.- Specified by:
stateChanged
in interfaceChangeListener
- Parameters:
e
- a ChangeEvent object
-