:: com :: sun :: star :: ucb ::

interface XInteractionSupplyName
Base Interfaces
XInteractionSupplyName
┗ ::com::sun::star::task::XInteractionContinuation

::com::sun::star::task::XInteractionContinuation
(referenced interface's summary:)
Specifies a way of how to continue from an ::com::sun::star::task::XInteractionRequest.
Description
is an interaction continuation used to hand back a new name for something.

For example, this continuation can be selected when handling a NameClashResolveRequest in order to supply a new name for a clashing resource.


Methods' Summary
setName sets the name to supply. @parem Name contains the name to supply.  
Methods' Details
setName
void
setName( [in] string  Name );

Description
sets the name to supply. @parem Name contains the name to supply.
Top of Page