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

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

interface XInteractionHandlerSupplier

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

Description
This interface should be implemented by an internal XCommandEnvironment that can not supply an XInteractionHandler , but instead wants interaction requests to be handled by other internal error handling mechanism.


Methods' Summary

hasInteractionHandler Returns whether an XInteractionHandler can be supplied.

Methods' Details

hasInteractionHandler
 
boolean
hasInteractionHandler();
Description
Returns whether an XInteractionHandler can be supplied.
Returns
true , if an XInteractionHandler can be supplied, false otherwise.

Top of Page