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

interface XInteractionHandlerSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XInteractionHandlerSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
This interface should be implemented by an internal ::com::sun::star::ucb::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