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 {
makes it possible to receive window events.
Definition XWindowListener.idl:41
void windowHidden([in] com::sun::star::lang::EventObject e)
is invoked when the window has been hidden.
void windowShown([in] com::sun::star::lang::EventObject e)
is invoked when the window has been shown.
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.
base interface for all event listeners interfaces.
Definition XEventListener.idl:33
Definition Ambiguous.idl:22
specifies a window event.
Definition WindowEvent.idl:32
specifies the base for all event objects and identifies the source of the event.
Definition EventObject.idl:32