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

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

interface XItemListener

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

Description
makes it possible to receive events from a component when the state of an item changes.


Known Services which Export this Interface

com::sun::star::awt::UnoControlListBox specifies a list box control.
com::sun::star::awt::UnoControlCheckBox specifies a check-box control.

Methods' Summary

itemStateChanged is called when an item changes state.

Methods' Details

itemStateChanged
 
[ oneway ] void
itemStateChanged(
[ in ] com::sun::star::awt::ItemEvent rEvent );

Description
is called when an item changes state.

Top of Page