public class AdjustmentEvent
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

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:

Assigning the value different from listed above will cause an unspecified behavior.

extends AWTEvent

See also:
java.awt.Adjustable, AdjustmentListener

Since:  1.1