:: com :: sun :: star :: frame ::

unpublished interface XBorderResizeListener
Base Interfaces
XBorderResizeListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Usage Restrictions
not published
Description
allows to listen to border resize events of a controller.

Methods' Summary
borderWidthsChanged notifies the listener that the controller's border widths have been changed.  
Methods' Details
borderWidthsChanged
void
borderWidthsChanged( [in] ::com::sun::star::uno::XInterface  aObject,
[in] BorderWidths  aNewSize );

Description
notifies the listener that the controller's border widths have been changed.
Parameter aObject
reference to the object representing the controller
Parameter NewSize
the new widths of the controller's border
Top of Page