LibreOffice
LibreOffice 24.2 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. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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.
TRUE
if the event was handled properly and no further handling should take place, FALSE
otherwise.event | the platform dependent event. |