Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XAdjustmentListener

Base Interface
com::sun::star::lang::XEventListener

Description
makes it possible to receive adjustment events from a component.


Known Services which Export this Interface

com::sun::star::awt::UnoControlScrollBar specifies a scrollbar control.

Methods' Summary

adjustmentValueChanged is called when the adjustment changed.

Methods' Details

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

Description
is called when the adjustment changed.

Top of Page