21module
com { module sun { module star { module awt {
allows receive window-related events, additional to the ones received by an XWindowListener
Definition XWindowListener2.idl:27
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:33
Definition Ambiguous.idl:20
specifies the base for all event objects and identifies the source of the event.
Definition EventObject.idl:28