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

(Global Index)

Syntax

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

Description

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

Method Summary

itemStateChanged is called when an item changes state.

Known Services Which Export this Interface

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

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

Method Details



itemStateChanged

Syntax

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

Description

is called when an item changes state.

Top of Page