The adjustment event emitted by Adjustable objects like
java.awt.Scrollbar and java.awt.ScrollPane.
When the user changes the value of the scrolling component,
it receives an instance of AdjustmentEvent.
An unspecified behavior will be caused if the id parameter
of any particular AdjustmentEvent instance is not
in the range from ADJUSTMENT_FIRST to ADJUSTMENT_LAST.
The type of any AdjustmentEvent instance takes one of the following
values:
UNIT_INCREMENT
UNIT_DECREMENT
BLOCK_INCREMENT
BLOCK_DECREMENT
TRACK
extends
java.awt.Adjustable, AdjustmentListener