| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
This interface can be implemented by clients that need access to the toolkits window message loop. More...
import "XEventHandler.idl";
 
  
| Public Member Functions | |
| boolean | handleEvent ([in] any event) | 
| requests the implementor of this interface to handle a platform dependent event. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
This interface can be implemented by clients that need access to the toolkits window message loop.
| boolean handleEvent | ( | [in] any | event | ) | 
requests the implementor of this interface to handle a platform dependent event.
| event | the platform dependent event. |