21 module
com { module sun { module star { module awt {
23 published
interface XEventHandler;
44 void addEventHandler( [in] any window, [in]
XEventHandler eventHandler, [in]
long eventMask );
56 void removeEventHandler( [in] any window, [in]
XEventHandler eventHandler );
Definition: Ambiguous.idl:20
This interface can be implemented by clients that need access to the toolkits window message loop...
Definition: XEventHandler.idl:27
base interface of all UNO interfaces
Definition: XInterface.idl:45
This interface should be implemented by toolkits that want to give access to their internal message h...
Definition: XDisplayConnection.idl:29