|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module awt {
base interface for all event listeners interfaces.
Definition: XEventListener.idl:27
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:28
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:30
Definition: Ambiguous.idl:20
void windowClosed([in] com::sun::star::lang::EventObject e)
is invoked when a window has been closed.