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

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

interface XInteractionHandler

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

Description
An interaction request handler.


Known Services which Export this Interface

com::sun::star::sdb::InteractionHandler is a service for user interaction for databases.
com::sun::star::task::InteractionHandler An interaction request handler that lets the user handle a number of well known requests via GUI dialogs (and the PasswordContainer service).

Methods' Summary

handle Handle an interaction request.

Methods' Details

handle
 
void
handle(
[ in ] com::sun::star::task::XInteractionRequest Request );

Description
Handle an interaction request.

Top of Page