19#ifndef __com_sun_star_awt_XItemListener_idl__
20#define __com_sun_star_awt_XItemListener_idl__
28 module
com { module sun { module star { module awt {
makes it possible to receive events from a component when the state of an item changes.
Definition XItemListener.idl:35
void itemStateChanged([in] com::sun::star::awt::ItemEvent rEvent)
is invoked when an item changes its state.
base interface for all event listeners interfaces.
Definition XEventListener.idl:33
Definition Ambiguous.idl:22
specifies an event occurred to an item of a menu, a list box etc.
Definition ItemEvent.idl:32