:: com :: sun :: star :: configuration :: backend ::

service InteractionHandler

Exported Interfaces - Summary
::com::sun::star::task::XInteractionHandler

Handle an interaction request.

::com::sun::star::lang::XInitialization

Initialize the interaction handler. (details)

Exported Interfaces - Details
::com::sun::star::task::XInteractionHandler
Description
Handle an interaction request.
::com::sun::star::lang::XInitialization
Description
Initialize the interaction handler.

The arguments must be a sequence of ::com::sun::star::beans::PropertyValues. The currently supported properties are:

  • "Parent" of type ::com::sun::star::awt::XWindow denotes the parent window for any GUI dialogs the interaction handler pops up; it is strongly recommended that this property is supplied;
  • "Context" of type string is a textual description of the current context (used, e.g., as a first line of text in error boxes); this property is optional.


 
Top of Page