Class BasicScrollPaneUI.HSBChangeListener
java.lang.Object
javax.swing.plaf.basic.BasicScrollPaneUI.HSBChangeListener
- All Implemented Interfaces:
- EventListener,- ChangeListener
- Enclosing class:
- BasicScrollPaneUI
@Deprecated(since="17",
            forRemoval=true)
public class BasicScrollPaneUI.HSBChangeListener
extends Object
implements ChangeListener
Deprecated, for removal: This API element is subject to removal in a future version.
Horizontal scrollbar listener.
 This class exists only for backward compatibility.
 All its functionality has been moved into Handler.
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Constructs aHSBChangeListener.
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeprecated, 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- 
HSBChangeListenerpublic HSBChangeListener()Deprecated, for removal: This API element is subject to removal in a future version.Constructs aHSBChangeListener.
 
- 
- 
Method Details- 
stateChangedDeprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ChangeListenerInvoked when the target of the listener has changed its state.- Specified by:
- stateChangedin interface- ChangeListener
- Parameters:
- e- a ChangeEvent object
 
 
-