LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
XWindowListener2 Interface Reference

allows receive window-related events, additional to the ones received by an XWindowListener More...

import "XWindowListener2.idl";

Inheritance diagram for XWindowListener2:
XWindowListener XEventListener XInterface

Public Member Functions

void windowEnabled ([in] com::sun::star::lang::EventObject e)
 is called when the window has been enabled.
 
void windowDisabled ([in] com::sun::star::lang::EventObject e)
 is called when the window has been disabled.
 
- Public Member Functions inherited from XWindowListener
void windowResized ([in] com::sun::star::awt::WindowEvent e)
 is invoked when the window has been resized.
 
void windowMoved ([in] com::sun::star::awt::WindowEvent e)
 is invoked when the window has been moved.
 
void windowShown ([in] com::sun::star::lang::EventObject e)
 is invoked when the window has been shown.
 
void windowHidden ([in] com::sun::star::lang::EventObject e)
 is invoked when the window has been hidden.
 
- 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.
 

Detailed Description

allows receive window-related events, additional to the ones received by an XWindowListener

Member Function Documentation

◆ windowDisabled()

void windowDisabled ( [in] com::sun::star::lang::EventObject e)

is called when the window has been disabled.

◆ windowEnabled()

void windowEnabled ( [in] com::sun::star::lang::EventObject e)

is called when the window has been enabled.


The documentation for this interface was generated from the following file: