| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
makes it possible to receive events from a layout manager. More...
import "XLayoutManagerListener.idl";
 
  
| Public Member Functions | |
| void | layoutEvent ([in] com::sun::star::lang::EventObject aSource, [in] short eLayoutEvent, [in] any aInfo) | 
| is invoked when a layout manager has made a certain operation. | |
| Public Member Functions inherited from XEventListener | |
| void | disposing ([in] com::sun::star::lang::EventObject Source) | 
| gets called when the broadcaster is about to be disposed. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
makes it possible to receive events from a layout manager.
Events are provided only for notification purposes only. All operations are handled internally by the layout manager component, so that GUI layout works properly regardless of whether a component registers such a listener or not.
| void layoutEvent | ( | [in] com::sun::star::lang::EventObject | aSource, | 
| [in] short | eLayoutEvent, | ||
| [in] any | aInfo ) | 
is invoked when a layout manager has made a certain operation.
| aSource | reference to the layout manager which invoked the event. | 
| eLayoutEvent | identifies the layout event that has occurred. | 
| aInfo | provides additional information about the event. The type of info depends on the event. |