19#ifndef __com_sun_star_container_XContainer_idl__
20#define __com_sun_star_container_XContainer_idl__
28module
com { module sun { module star { module container {
receives events when the content of the related container changes.
Definition XContainerListener.idl:34
supports quick access to the information if a container currently contains elements.
Definition XContainer.idl:48
void removeContainerListener([in] com::sun::star::container::XContainerListener xListener)
removes the specified listener so it does not receive any events from this container.
void addContainerListener([in] com::sun::star::container::XContainerListener xListener)
adds the specified listener to receive events when elements are inserted or removed.
base interface of all UNO interfaces
Definition XInterface.idl:48
Definition Ambiguous.idl:22