Syntax
interface XInteractionSupplyParameters : com::sun::star::task::XInteractionContinuation ;
Description
An interaction continuation handing back parameter data.
This continuation is typically used in conjunction with a
ParametersRequest .
Method Summary
|
setParameters |
set the parameters chosen by the interaction handler
|
|
Method Details
|
|
Syntax
- void setParameters
(
- 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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.