22 module
com { module sun { module star { module awt {
makes it possible to receive container events.
Definition XVclContainerListener.idl:34
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 generated_idl_chapter_refs.idl:2648
Definition Ambiguous.idl:20
specifies a container event.
Definition VclContainerEvent.idl:33