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

interface XInteractionRequest

Methods' Summary
getRequest Get information about the request itself.  
getContinuations Get the set of XInteractionContinuations the client supports for this request.  
Methods' Details
getRequest
any
getRequest();

Description
Get information about the request itself.
Returns
an ::com::sun::star::uno::Exception, wrapped as an any.
getContinuations
sequence< XInteractionContinuation >
getContinuations();

Description
Get the set of XInteractionContinuations the client supports for this request.
Top of Page