:: com :: sun :: star :: ucb ::

interface XInteractionHandlerSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XInteractionHandlerSupplier
Description
This interface should be implemented by an internal XCommandEnvironment that can not supply an ::com::sun::star::task::XInteractionHandler , but instead wants interaction requests to be handled by other internal error handling mechanism.

Methods' Summary
hasInteractionHandler Returns whether an ::com::sun::star::task::XInteractionHandler can be supplied.
Methods' Details
hasInteractionHandler
boolean
hasInteractionHandler();
 
 

Description
Returns whether an ::com::sun::star::task::XInteractionHandler can be supplied.
Returns
true , if an ::com::sun::star::task::XInteractionHandler can be supplied, false otherwise.
Top of Page