:: com :: sun :: star :: awt ::
|
interface XDisplayConnection |
|
- Description
- This interface should be implemented by toolkits that want to give access
to their internal message handling loop.
|
Methods' Details |
addEventHandler
[oneway] void |
addEventHandler( |
[in] any |
window, |
| [in] XEventHandler |
eventHandler, |
| [in] long |
eventMask ); |
- Description
- registers an event handler.
- Parameter window
- the platform specific window id. If empty, the handler should be
registered for all windows.
- Parameter eventHandler
- the handler to register.
- Parameter eventMask
- the event mask specifies the events the handler is interested in.
|
|
removeEventHandler
[oneway] void |
removeEventHandler( |
[in] any |
window, |
| [in] XEventHandler |
eventHandler ); |
- Description
- removes a eventHandler from the handler list.
- Parameter window
- the platform specific window id the handler should be unregistered for.
If empty, the handler should be unregistered completely.
- Parameter eventHandler
- the handler to remove.
|
|
addErrorHandler
[oneway] void |
addErrorHandler( |
[in] XEventHandler |
errorHandler ); |
- Description
- register an error handler for toolkit specific errors.
- Parameter errorHandler
- the handler to register.
|
|
removeErrorHandler
[oneway] void |
removeErrorHandler( |
[in] XEventHandler |
errorhandler ); |
- Description
- remover an error handler from the handler list.
- Parameter errorHandler
- the handler to remove.
|
|
getIdentifier
- Description
- returns a identifier.
- Returns
- a unique platform dependent identifier for a display connection.
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.