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

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

interface XInteractionContinuation

Base Interface
com::sun::star::uno::XInterface

Description
Specifies a way of how to continue from an XInteractionRequest .

Different sub-interfaces of this interface specify different ways of continuing.



Methods' Summary

select Select this way of continuing from an XInteractionRequest (given a choice of various XInteractionContinuation s).

Methods' Details

select
 
void
select();
Description
Select this way of continuing from an XInteractionRequest (given a choice of various XInteractionContinuation s).

Top of Page