LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_XWindowListener_idl__
20 #define __com_sun_star_awt_XWindowListener_idl__
30 module
com { module sun { module star { module awt {
void windowResized([in] com::sun::star::awt::WindowEvent e)
is invoked when the window has been resized.
void windowShown([in] com::sun::star::lang::EventObject e)
is invoked when the window has been shown.
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
void windowHidden([in] com::sun::star::lang::EventObject e)
is invoked when the window has been hidden.
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:32
makes it possible to receive window events.
Definition: XWindowListener.idl:41
specifies a window event.
Definition: WindowEvent.idl:32
Definition: Ambiguous.idl:22
void windowMoved([in] com::sun::star::awt::WindowEvent e)
is invoked when the window has been moved.