19#ifndef __com_sun_star_awt_XVclContainerListener_idl__
20#define __com_sun_star_awt_XVclContainerListener_idl__
28 module
com { module sun { module star { module awt {
makes it possible to receive container events.
Definition XVclContainerListener.idl:40
void windowRemoved([in] com::sun::star::awt::VclContainerEvent e)
is invoked when a window has been removed from the VCL container window.
void windowAdded([in] com::sun::star::awt::VclContainerEvent e)
is invoked when a window has been added to the VCL container window.
base interface for all event listeners interfaces.
Definition XEventListener.idl:33
Definition Ambiguous.idl:22
specifies a container event.
Definition VclContainerEvent.idl:39