Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: sdb ::

interface XInteractionSupplyParameters

Base Interface
com::sun::star::task::XInteractionContinuation

Description
An interaction continuation handing back parameter data.

This continuation is typically used in conjunction with a ParametersRequest .



Methods' Summary

setParameters set the parameters chosen by the interaction handler

Methods' Details

setParameters
 
void
setParameters(
[ in ] sequence< com::sun::star::beans::PropertyValue > Values );

Description
set the parameters chosen by the interaction handler
Parameter Values
the parameters to set

Top of Page