Scrollbar.processAdjustmentEvent

Scrollbar.processAdjustmentEvent

Class Overview | Class Members | This Package | All Packages

Syntax
protected void processAdjustmentEvent( AdjustmentEvent e )
Parameters
e
the adjustment event.
Description
Processes adjustment events occurring on this scrollbar by dispatching them to any registered AdjustmentListener objects.

This method is not called unless adjustment events are enabled for this component. Adjustment events are enabled when one of the following occurs:

See Also
AdjustmentEvent, AdjustmentListener, addAdjustmentListener, enableEvents