20 #ifndef __com_sun_star_awt_XDisplayConnection_idl__
21 #define __com_sun_star_awt_XDisplayConnection_idl__
26 module
com { module sun { module star { module awt {
28 published
interface XEventHandler;
49 void addEventHandler( [in] any window, [in]
XEventHandler eventHandler, [in]
long eventMask );
61 void removeEventHandler( [in] any window, [in]
XEventHandler eventHandler );
– idl definition –
Definition: Ambiguous.idl:22
This interface can be implemented by clients that need access to the toolkits window message loop...
Definition: XEventHandler.idl:32
base interface of all UNO interfaces
Definition: XInterface.idl:47
This interface should be implemented by toolkits that want to give access to their internal message h...
Definition: XDisplayConnection.idl:34