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

interface XVclContainerListener
Base Interfaces
XVclContainerListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)

Methods' Summary
windowAdded is invoked when a window has been added to the VCL container window.  
windowRemoved is invoked when a window has been removed from the VCL container window.  
Methods' Details
windowAdded
void
windowAdded( [in] VclContainerEvent  e );

Description
is invoked when a window has been added to the VCL container window.
windowRemoved
void
windowRemoved( [in] VclContainerEvent  e );

Description
is invoked when a window has been removed from the VCL container window.
Top of Page