interface XAdjustmentListener in module com::sun::star::awt::

(Global Index)

Syntax

interface XAdjustmentListener : com::sun::star::lang::XEventListener ;

Description

makes it possible to receive adjustment events from a component.

Method Summary

adjustmentValueChanged is called when the adjustment changed.

Known Services Which Export this Interface

com::sun::star::awt::UnoControlScrollBar

Method Details



adjustmentValueChanged

Syntax

oneway void adjustmentValueChanged (
com::sun::star::awt::AdjustmentEvent rEvent );

Description

is called when the adjustment changed.

Top of Page