19 #ifndef __com_sun_star_awt_XWindowListener2_idl__
20 #define __com_sun_star_awt_XWindowListener2_idl__
25 module
com { module sun { module star { module awt {
allows receive window-related events, additional to the ones received by an XWindowListener
Definition: XWindowListener2.idl:31
void windowDisabled([in] com::sun::star::lang::EventObject e)
is called when the window has been disabled.
void windowEnabled([in] com::sun::star::lang::EventObject e)
is called when the window has been enabled.
makes it possible to receive window events.
Definition: XWindowListener.idl:41
Definition: Ambiguous.idl:22
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:32