LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_XTopWindowListener_idl__
20 #define __com_sun_star_awt_XTopWindowListener_idl__
28 module
com { module sun { module star { module awt {
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
void windowActivated([in] com::sun::star::lang::EventObject e)
is invoked when a window is activated.
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:32
void windowClosing([in] com::sun::star::lang::EventObject e)
is invoked when a window is in the process of being closed.
void windowOpened([in] com::sun::star::lang::EventObject e)
is invoked when a window has been opened.
void windowNormalized([in] com::sun::star::lang::EventObject e)
is invoked when a window is deiconified.
void windowMinimized([in] com::sun::star::lang::EventObject e)
is invoked when a window is iconified.
void windowDeactivated([in] com::sun::star::lang::EventObject e)
is invoked when a window is deactivated.
makes it possible to receive window events.
Definition: XTopWindowListener.idl:36
Definition: Ambiguous.idl:22
void windowClosed([in] com::sun::star::lang::EventObject e)
is invoked when a window has been closed.