:: com :: sun :: star :: task ::

service InteractionHandler
Supported Interface
XInteractionHandler2


Constructors' Summary
createWithParent Creates an instance.  
createWithParentAndContext Creates an instance with an additional context.  
Constructors' Details
createWithParent
createWithParent( [in] ::com::sun::star::awt::XWindow  parent );

Description
Creates an instance.
Parameter parent
denotes the parent window for any GUI dialogs the interaction handler pops up; may be null.
createWithParentAndContext
createWithParentAndContext( [in] ::com::sun::star::awt::XWindow  parent,
[in] string  context );

Description
Creates an instance with an additional context.
Parameter parent
denotes the parent window for any GUI dialogs the interaction handler pops up; may be null.
Parameter context
is a textual description of the current context (used, e.g., as a first line of text in error boxes).

 
Top of Page